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 | 御里 | 10001100111001001001011110100010 | 8ce497a2 |
EUC-JP | 御里 | 10111000111001101100111010100100 | b8e6cea4 |
UTF-8 | 御里 | 111001011011111010100001111010011000011110001100 | e5bea1e9878c |
UHC | 御里 | 11100101110110011101011111101100 | e5d9d7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)