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 | 棠 | 1001111010101001 | 9ea9 |
EUC-JP | 棠 | 1101110010101011 | dcab |
UTF-8 | 棠 | 111001101010001110100000 | e6a3a0 |
UHC | 棠 | 1101001111010110 | d3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)