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 | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
SJIS-WIN | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
EUC-JP | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
UTF-8 | 챌창짹c챔쨋 | 11101100101100011000110011101100101100001011110111101100101001111011100101100011111011001011000110010100111011001010100010001011 | ecb18cecb0bdeca7b963ecb194eca88b |
UHC | 챌창짹c챔쨋 | 1100001110100111110000111010001011000010101100010110001111000011101010001100001010110110 | c3a7c3a2c2b163c3a8c2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)