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 | 隧 | 1110100010101001 | e8a9 |
EUC-JP | 隧 | 1111000010101011 | f0ab |
UTF-8 | 隧 | 111010011001101010100111 | e99aa7 |
UHC | 隧 | 1110001011001010 | e2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)