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 | 釈煮蒡丈 | 1000111011011111100011101100111111100100111011101000111111100100 | 8edf8ecfe4ee8fe4 |
EUC-JP | 釈煮蒡丈 | 1011110011100001101111001101000111101000111100001011111011100110 | bce1bcd1e8f0bee6 |
UTF-8 | 釈煮蒡丈 | 111010011000011110001000111001111000010110101110111010001001001010100001111001001011100010001000 | e98788e785aee892a1e4b888 |
UHC | ?煮蒡丈 | 00111111111011011011010011011011101111001110110111011011 | 3fedb4dbbceddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)