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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
UTF-8 | 혦횤혦쨋h혦횤 | 11101101100110001010011011101101100110101010010011101101100110001010011011101100101010001000101101101000111011011001100010100110111011011001101010100100 | ed98a6ed9aa4ed98a6eca88b68ed98a6ed9aa4 |
UHC | 혦횤혦쨋h혦횤 | 11000010100011101100001110011011110000101000111011000010101101100110100011000010100011101100001110011011 | c28ec39bc28ec2b668c28ec39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)