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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 題濫 | 10010001111010001001011110010100 | 91e89794 |
EUC-JP | 題濫 | 11000010111010101100110111110100 | c2eacdf4 |
UTF-8 | 題濫 | 111010011010000110001100111001101011111110101011 | e9a18ce6bfab |
UHC | 題濫 | 11110000101110011101010110111101 | f0b9d5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)