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 | 獄??靄 | 100011011001011000111111001111111110100011001001 | 8d963f3fe8c9 |
EUC-JP | 獄??靄 | 101110011111011000111111001111111111000011001011 | b9f63f3ff0cb |
UTF-8 | 獄좈냽靄 | 111001111000110110000100111011001010001010001000111010111000001110111101111010011001110110000100 | e78d84eca288eb83bde99d84 |
UHC | 獄좈냽靄 | 1110100010101011101000001110100110000110100011011110010011110111 | e8aba0e9868de4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)