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 | 獄→?? | 100011011001011010000001101010000011111100111111 | 8d9681a83f3f |
EUC-JP | 獄→?飡 | 1011100111110110101000101010101000111111100011111110100011001000 | b9f6a2aa3f8fe8c8 |
UTF-8 | 獄→뇛飡 | 111001111000110110000100111000101000011010010010111010111000011110011011111010011010001110100001 | e78d84e28692eb879be9a3a1 |
UHC | 獄→뇛飡 | 1110100010101011101000011110011010000111100001101110000111100010 | e8aba1e68786e1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)