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 | 覓磯 | 11100110010010111000100011101001 | e64b88e9 |
EUC-JP | 覓磯 | 11101011101011001011000011101011 | ebacb0eb |
UTF-8 | 覓磯 | 111010001010011010010011111001111010001110101111 | e8a693e7a3af |
UHC | 覓磯 | 11011000111100101101000110110100 | d8f2d1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)