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 | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
SJIS-WIN | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
EUC-JP | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
UTF-8 | 창횧챕`챌짠 | 11101100101100001011110111101101100110101010011111101100101100011001010101100000111011001011000110001100111011001010011110100000 | ecb0bded9aa7ecb19560ecb18ceca7a0 |
UHC | 창횧챕`챌짠 | 1100001110100010110000111001111011000011101010010110000011000011101001111100001010100111 | c3a2c39ec3a960c3a7c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)