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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 至?滓?LB | 1000111010001010001111111001111111100110001111110100110001000010 | 8e8a3f9fe63f4c42 |
EUC-JP | 至?滓?LB | 1011101111101010001111111101111011101000001111110100110001000010 | bbea3fdee83f4c42 |
UTF-8 | 至렪滓렋LB | 1110100010000111101100111110101110100000101010101110011010111011100100111110101110100000100010110100110001000010 | e887b3eba0aae6bb93eba08b4c42 |
UHC | 至렪滓렋LB | 11110010101110001000111010111000111011101010101110001110101000100100110001000010 | f2b88eb8eeab8ea24c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)