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 | 剪 | 1001100110010010 | 9992 |
EUC-JP | 剪 | 1101000111110010 | d1f2 |
UTF-8 | 剪 | 111001011000100110101010 | e589aa |
UHC | 剪 | 1110111011110010 | eef2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)