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챗짝 | 11101100101100011001011111101100101001111001110111101101100110001010011011101100101001111001110001101000111011001011000110010111111011001010011110011101 | ecb197eca79ded98a6eca79c68ecb197eca79d |
UHC | 챗짝혦짜h챗짝 | 11000011101010101100001010100110110000101000111011000010101001010110100011000011101010101100001010100110 | c3aac2a6c28ec2a568c3aac2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)