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 | ??l??lB | 00111111001111110110110000111111001111110110110001000010 | 3f3f6c3f3f6c42 |
SJIS-WIN | ??l??lB | 00111111001111110110110000111111001111110110110001000010 | 3f3f6c3f3f6c42 |
EUC-JP | ??l??lB | 00111111001111110110110000111111001111110110110001000010 | 3f3f6c3f3f6c42 |
UTF-8 | 롍렍l롍렍lB | 111010111010000110001101111010111010000010001101011011001110101110100001100011011110101110100000100011010110110001000010 | eba18deba08d6ceba18deba08d6c42 |
UHC | 롍렍l롍렍lB | 1000111011010011100011101010001101101100100011101101001110001110101000110110110001000010 | 8ed38ea36c8ed38ea36c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)