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 | ?爪 | 001111111001001011011100 | 3f92dc |
EUC-JP | ?爪 | 001111111100010011011110 | 3fc4de |
UTF-8 | 巢爪 | 111001011011011110100010111001111000100010101010 | e5b7a2e788aa |
UHC | 巢爪 | 11100001101101011111000011010000 | e1b5f0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)