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 | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
EUC-JP | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
UTF-8 | 창쨉찼횧천쨉K | 11101100101100001011110111101100101010001000100111101100101100001011110011101101100110101010011111101100101100101001110011101100101010001000100101001011 | ecb0bdeca889ecb0bced9aa7ecb29ceca8894b |
UHC | 창쨉찼횧천쨉K | 11000011101000101100001010110101110000111010000111000011100111101100001110110101110000101011010101001011 | c3a2c2b5c3a1c39ec3b5c2b54b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)