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 | ????n??} | 0011111100111111001111110011111101101110001111110011111101111101 | 3f3f3f3f6e3f3f7d |
SJIS-WIN | ????n??} | 0011111100111111001111110011111101101110001111110011111101111101 | 3f3f3f3f6e3f3f7d |
EUC-JP | ????n??} | 0011111100111111001111110011111101101110001111110011111101111101 | 3f3f3f3f6e3f3f7d |
UTF-8 | 혦횙혦짙n창횪} | 1110110110011000101001101110110110011010100110011110110110011000101001101110110010100111100110010110111011101100101100001011110111101101100110101010101001111101 | ed98a6ed9a99ed98a6eca7996eecb0bded9aaa7d |
UHC | 혦횙혦짙n창횪} | 1100001010001110110000111001001111000010100011101100001010100011011011101100001110100010110000111010000001111101 | c28ec393c28ec2a36ec3a2c3a07d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)