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 | 題?解?? | 10010001111010000011111110001001111100000011111100111111 | 91e83f89f03f3f |
EUC-JP | 題?解?? | 11000010111010100011111110110010111100100011111100111111 | c2ea3fb2f23f3f |
UTF-8 | 題렍解흘렩 | 111010011010000110001100111010111010000010001101111010001010011110100011111011011001110110011000111010111010000010101001 | e9a18ceba08de8a7a3ed9d98eba0a9 |
UHC | 題렍解흘렩 | 11110000101110011000111010100011111110101011000011001000111010101000111010110111 | f0b98ea3fab0c8ea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)