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?? | 0011111100111111001111110011111100111111010001000011111100111111 | 3f3f3f3f3f443f3f |
SJIS-WIN | ?????D?? | 0011111100111111001111110011111100111111010001000011111100111111 | 3f3f3f3f3f443f3f |
EUC-JP | ?????D?? | 0011111100111111001111110011111100111111010001000011111100111111 | 3f3f3f3f3f443f3f |
UTF-8 | 창챤혡혛혡D찾혡 | 11101100101100001011110111101100101100011010010011101101100110001010000111101101100110001001101111101101100110001010000101000100111011001011000010111110111011011001100010100001 | ecb0bdecb1a4ed98a1ed989bed98a144ecb0beed98a1 |
UHC | 창챤혡혛혡D찾혡 | 110000111010001011000011101011101100001010001010110000101000011011000010100010100100010011000011101000111100001010001010 | c3a2c3aec28ac286c28a44c3a3c28a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)