To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-WIN | 鴉^鴉^ | 111010011110101101011110111010011110101101011110 | e9eb5ee9eb5e |
EUC-JP | 鴉^鴉^ | 111100101110110101011110111100101110110101011110 | f2ed5ef2ed5e |
UTF-8 | 鴉^鴉^ | 1110100110110100100010010101111011101001101101001000100101011110 | e9b4895ee9b4895e |
UHC | 鴉^鴉^ | 111001001011110001011110111001001011110001011110 | e4bc5ee4bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)