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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鄭褐???B | 1001001101000001100010101000110000111111001111110011111101000010 | 93418a8c3f3f3f42 |
EUC-JP | 鄭褐?薏?B | 11000101101000101011001111101100001111111000111111011001110111100011111101000010 | c5a2b3ec3f8fd9de3f42 |
UTF-8 | 鄭褐떴薏렣B | 11101001100001001010110111101000101001001001000011101011100101101011010011101000100101101000111111101011101000001010001101000010 | e984ade8a490eb96b4e8968feba0a342 |
UHC | 鄭褐떴薏렣B | 1110111111110111110010101110100010110110101110011110101111111011100011101011010001000010 | eff7cae8b6b9ebfb8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)