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 | 刃 | 1001000001101110 | 906e |
EUC-JP | 刃 | 1011111111001111 | bfcf |
UTF-8 | 刃 | 111001011000100010000011 | e58883 |
UHC | 刃 | 1110110011010011 | ecd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)