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 | ?\h | 001111110101110001101000 | 3f5c68 |
SJIS-WIN | 湲\h | 10011111110100010101110001101000 | 9fd15c68 |
EUC-JP | 湲\h | 11011110110100110101110001101000 | ded35c68 |
UTF-8 | 湲\h | 1110011010111001101100100101110001101000 | e6b9b25c68 |
UHC | 湲\h | 11101010101110000101110001101000 | eab85c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)