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 | ????hh | 001111110011111100111111001111110110100001101000 | 3f3f3f3f6868 |
SJIS-WIN | ????hh | 001111110011111100111111001111110110100001101000 | 3f3f3f3f6868 |
EUC-JP | ????hh | 001111110011111100111111001111110110100001101000 | 3f3f3f3f6868 |
UTF-8 | 혦횙혦짙hh | 1110110110011000101001101110110110011010100110011110110110011000101001101110110010100111100110010110100001101000 | ed98a6ed9a99ed98a6eca7996868 |
UHC | 혦횙혦짙hh | 11000010100011101100001110010011110000101000111011000010101000110110100001101000 | c28ec393c28ec2a36868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)