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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ◆??BF | 100000011001111100111111001111110100001001000110 | 819f3f3f4246 |
EUC-JP | ◆??BF | 101000101010000100111111001111110100001001000110 | a2a13f3f4246 |
UTF-8 | ◆룶줼BF | 1110001010010111100001101110101110100011101101101110110010100100101111000100001001000110 | e29786eba3b6eca4bc4246 |
UHC | ◆룶줼BF | 1010000111011111100011111010101110100010011011110100001001000110 | a1df8faba26f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)