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???? | 001111110100010100111111001111110011111100111111 | 3f453f3f3f3f |
SJIS-WIN | ?E???? | 001111110100010100111111001111110011111100111111 | 3f453f3f3f3f |
EUC-JP | ?E???? | 001111110100010100111111001111110011111100111111 | 3f453f3f3f3f |
UTF-8 | 체E혦째혦횂 | 11101100101100101011010001000101111011011001100010100110111011001010011110111000111011011001100010100110111011011001101010000010 | ecb2b445ed98a6eca7b8ed98a6ed9a82 |
UHC | 체E혦째혦횂 | 1100001110111100010001011100001010001110110000101011000011000010100011101100001110000010 | c3bc45c28ec2b0c28ec382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)