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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題?楮?二 | 1001000111101000001111111001111010111000001111111001001111110001 | 91e83f9eb83f93f1 |
EUC-JP | 題?楮?二 | 1100001011101010001111111101110010111010001111111100011011110011 | c2ea3fdcba3fc6f3 |
UTF-8 | 題렍楮렫二 | 111010011010000110001100111010111010000010001101111001101010010110101110111010111010000010101011111001001011101010001100 | e9a18ceba08de6a5aeeba0abe4ba8c |
UHC | 題렍楮렫二 | 11110000101110011000111010100011111011101011111110001110101110011110110010100011 | f0b98ea3eebf8eb9eca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)