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 | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
SJIS-WIN | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
EUC-JP | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
UTF-8 | 챌짚혢혢혡E챈짰 | 11101100101100011000110011101100101001111001101011101101100110001010001011101101100110001010001011101101100110001010000101000101111011001011000110001000111011001010011110110000 | ecb18ceca79aed98a2ed98a2ed98a145ecb188eca7b0 |
UHC | 챌짚혢혢혡E챈짰 | 110000111010011111000010101001001100001010001011110000101000101111000010100010100100010111000011101001101100001010101110 | c3a7c2a4c28bc28bc28a45c3a6c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)