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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雎ク蜈В | 11101000101100011011100011100101100001011000010001000010 | e8b1b8e5858442 |
EUC-JP | 雎ク蜈В | 1111000010110011100011101011100011101001111001011010011110100011 | f0b38eb8e9e5a7a3 |
UTF-8 | 雎ク蜈В | 1110100110011011100011101110111110111101101110001110100010011100100010001101000010010010 | e99b8eefbdb8e89c88d092 |
UHC | 雎?蜈В | 11101110110100010011111111101000101001011010110010100011 | eed13fe8a5aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)