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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??油?? | 1110101001011111001111110011111110010110111110110011111100111111 | ea5f3f3f96fb3f3f |
EUC-JP | 鸚??油?? | 1111001111000000001111110011111111001100111111010011111100111111 | f3c03f3fccfd3f3f |
UTF-8 | 鸚쒓퍓油잍껸 | 111010011011100010011010111011001001001010010011111011011000110110010011111001101011001010111001111011001001111010001101111010101011101110111000 | e9b89aec9293ed8d93e6b2b9ec9e8deabbb8 |
UHC | 鸚쒓퍓油잍껸 | 111001011010010010011100111010101011101110001010111010101111101010011111111001101011001010111001 | e5a49ceabb8aeafa9fe6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)