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 | ???}?D?? | 0011111100111111001111110111110100111111010001000011111100111111 | 3f3f3f7d3f443f3f |
SJIS-WIN | ???}?D?? | 0011111100111111001111110111110100111111010001000011111100111111 | 3f3f3f7d3f443f3f |
EUC-JP | ???}?D?? | 0011111100111111001111110111110100111111010001000011111100111111 | 3f3f3f7d3f443f3f |
UTF-8 | 창횈챕}챌D창쨉 | 1110110010110000101111011110110110011010100010001110110010110001100101010111110111101100101100011000110001000100111011001011000010111101111011001010100010001001 | ecb0bded9a88ecb1957decb18c44ecb0bdeca889 |
UHC | 창횈챕}챌D창쨉 | 1100001110100010110000111000011011000011101010010111110111000011101001110100010011000011101000101100001010110101 | c3a2c386c3a97dc3a744c3a2c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)