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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
UTF-8 | 쩌횥쩌횢h | 11101100101010011000110011101101100110101010010111101100101010011000110011101101100110101010001001101000 | eca98ced9aa5eca98ced9aa268 |
UHC | 쩌횥쩌횢h | 110000101011110011000011100111001100001010111100110000111001100101101000 | c2bcc39cc2bcc39968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)