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 | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
SJIS-WIN | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
EUC-JP | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
UTF-8 | 횪횧챌쨍wh | 1110110110011010101010101110110110011010101001111110110010110001100011001110110010101000100011010111011101101000 | ed9aaaed9aa7ecb18ceca88d7768 |
UHC | 횪횧챌쨍wh | 11000011101000001100001110011110110000111010011111000010101110000111011101101000 | c3a0c39ec3a7c2b87768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)