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 | 111000101010001101011001 | e2a359 |
EUC-JP | 筌Y | 111001001010010101011001 | e4a559 |
UTF-8 | 筌Y | 11100111101011011000110001011001 | e7ad8c59 |
UHC | 筌Y | 111011111010011101011001 | efa759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)