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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 獗顫 | 11100000110100111110100011111010 | e0d3e8fa |
EUC-JP | 獗顫 | 11100000110101011111000011111100 | e0d5f0fc |
UTF-8 | 獗顫 | 111001111000110110010111111010011010000110101011 | e78d97e9a1ab |
UHC | 獗顫 | 11001111111100011110111110110101 | cff1efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)