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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 但辰n但辰nB | 1001001001000001100100100100001101101110100100100100000110010010010000110110111001000010 | 924192436e924192436e42 |
EUC-JP | 但辰n但辰nB | 1100001110100010110000111010010001101110110000111010001011000011101001000110111001000010 | c3a2c3a46ec3a2c3a46e42 |
UTF-8 | 但辰n但辰nB | 111001001011110110000110111010001011111010110000011011101110010010111101100001101110100010111110101100000110111001000010 | e4bd86e8beb06ee4bd86e8beb06e42 |
UHC | 但辰n但辰nB | 1101001110100011111100101110001101101110110100111010001111110010111000110110111001000010 | d3a3f2e36ed3a3f2e36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)