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 | 槽 | 1001000110000101 | 9185 |
EUC-JP | 槽 | 1100000111100101 | c1e5 |
UTF-8 | 槽 | 111001101010011110111101 | e6a7bd |
UHC | 槽 | 1111000011001011 | f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)