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 | ????K?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
SJIS-WIN | ????K?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
EUC-JP | ????K?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
UTF-8 | 챕처혦쨘K챵징 | 11101100101100011001010111101100101100101001100011101101100110001010011011101100101010001001100001001011111011001011000110110101111011001010011110010101 | ecb195ecb298ed98a6eca8984becb1b5eca795 |
UHC | 챕처혦쨘K챵징 | 11000011101010011100001110110011110000101000111011000010101110100100101111000011101100101100001010100001 | c3a9c3b3c28ec2ba4bc3b2c2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)