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 | 獄禁 | 10001101100101101000101111010110 | 8d968bd6 |
EUC-JP | 獄禁 | 10111001111101101011011011011000 | b9f6b6d8 |
UTF-8 | 獄禁 | 111001111000110110000100111001111010011010000001 | e78d84e7a681 |
UHC | 獄禁 | 11101000101010111101000011010111 | e8abd0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)