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?????? | 0011111101000101001111110011111100111111001111110011111100111111 | 3f453f3f3f3f3f3f |
SJIS-WIN | ?E?????? | 0011111101000101001111110011111100111111001111110011111100111111 | 3f453f3f3f3f3f3f |
EUC-JP | ?E?????? | 0011111101000101001111110011111100111111001111110011111100111111 | 3f453f3f3f3f3f3f |
UTF-8 | 챔E혥챕혙째챈혛 | 11101100101100011001010001000101111011011001100010100101111011001011000110010101111011011001100010011001111011001010011110111000111011001011000110001000111011011001100010011011 | ecb19445ed98a5ecb195ed9899eca7b8ecb188ed989b |
UHC | 챔E혥챕혙째챈혛 | 110000111010100001000101110000101000110111000011101010011100001010000100110000101011000011000011101001101100001010000110 | c3a845c28dc3a9c284c2b0c3a6c286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)