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 | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 叩炭SB | 100100100100000010010010010110010101001101000010 | 924092595342 |
EUC-JP | 叩炭SB | 110000111010000111000011101110100101001101000010 | c3a1c3ba5342 |
UTF-8 | 叩炭SB | 1110010110001111101010011110011110000010101011010101001101000010 | e58fa9e782ad5342 |
UHC | 叩炭SB | 110011011011000011110111101010010101001101000010 | cdb0f7a95342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)