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 | ?~???^?? | 0011111101111110001111110011111100111111010111100011111100111111 | 3f7e3f3f3f5e3f3f |
SJIS-WIN | ?~???^?? | 0011111101111110001111110011111100111111010111100011111100111111 | 3f7e3f3f3f5e3f3f |
EUC-JP | ?~???^?? | 0011111101111110001111110011111100111111010111100011111100111111 | 3f7e3f3f3f5e3f3f |
UTF-8 | 챌~혦채혥^채횦 | 1110110010110001100011000111111011101101100110001010011011101100101100011000010011101101100110001010010101011110111011001011000110000100111011011001101010100110 | ecb18c7eed98a6ecb184ed98a55eecb184ed9aa6 |
UHC | 챌~혦채혥^채횦 | 1100001110100111011111101100001010001110110000111010010011000010100011010101111011000011101001001100001110011101 | c3a77ec28ec3a4c28d5ec3a4c39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)