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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?絲?^ | 0011111111100011010011100011111101011110 | 3fe34e3f5e |
EUC-JP | 塼絲?^ | 10001111101110001011100111100101101011110011111101011110 | 8fb8b9e5af3f5e |
UTF-8 | 塼絲혤^ | 11100101101000011011110011100111101101011011001011101101100110001010010001011110 | e5a1bce7b5b2ed98a45e |
UHC | 塼絲혤^ | 11101110111101001101111011101010110010001010000101011110 | eef4deeac8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)