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 | ?Y | 0011111101011001 | 3f59 |
SJIS-WIN | 箏Y | 111000101011010101011001 | e2b559 |
EUC-JP | 箏Y | 111001001011011101011001 | e4b759 |
UTF-8 | 箏Y | 11100111101011101000111101011001 | e7ae8f59 |
UHC | 箏Y | 111011101011010001011001 | eeb459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)