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 | 細 | 1000110111010111 | 8dd7 |
EUC-JP | 細 | 1011101011011001 | bad9 |
UTF-8 | 細 | 111001111011010010110000 | e7b4b0 |
UHC | 細 | 1110000110101100 | e1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)