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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 飡??? | 100011111110100011001000001111110011111100111111 | 8fe8c83f3f3f |
UTF-8 | 飡뜮맂虛 | 111010011010001110100001111010111001110010101110111010111010011110000010111010001001100110011011 | e9a3a1eb9caeeba782e8999b |
UHC | 飡뜮맂虛 | 1110000111100010100011011010111010010000100111001111101011001000 | e1e28dae909cfac8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)