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 | ??F??v | 001111110011111101000110001111110011111101110110 | 3f3f463f3f76 |
SJIS-WIN | 嘆達F但袖v | 10010010010100011001001001000010010001101001001001000001100100011011001101110110 | 9251924246924191b376 |
EUC-JP | 嘆達F但袖v | 11000011101100101100001110100011010001101100001110100010110000101011010101110110 | c3b2c3a346c3a2c2b576 |
UTF-8 | 嘆達F但袖v | 1110010110011000100001101110100110000001100101000100011011100100101111011000011011101000101000101001011001110110 | e59886e9819446e4bd86e8a29676 |
UHC | 嘆達F但袖v | 11110111101000111101001110111001010001101101001110100011111000101100000001110110 | f7a3d3b946d3a3e2c076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)