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 | ? | 00111111 | 3f |
SJIS-WIN | 鴦 | 1110100111110001 | e9f1 |
EUC-JP | 鴦 | 1111001011110011 | f2f3 |
UTF-8 | 鴦 | 111010011011010010100110 | e9b4a6 |
UHC | 鴦 | 1110010011101100 | e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)