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 | 忍 | 1001010001000101 | 9445 |
EUC-JP | 忍 | 1100011110100110 | c7a6 |
UTF-8 | 忍 | 111001011011111110001101 | e5bf8d |
UHC | 忍 | 1110110011011011 | ecdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)