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책찾 | 11101100101100011000100011101101100110001010011011101101100110001001100111101101100110001010000111101101100110001010001001000101111011001011000110000101111011001011000010111110 | ecb188ed98a6ed9899ed98a1ed98a245ecb185ecb0be |
UHC | 챈혦혙혡혢E책찾 | 110000111010011011000010100011101100001010000100110000101000101011000010100010110100010111000011101001011100001110100011 | c3a6c28ec284c28ac28b45c3a5c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)