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 | 0011111101111001 | 3f79 |
SJIS-WIN | 貰y | 100101101110000101111001 | 96e179 |
EUC-JP | 貰y | 110011001110001101111001 | cce379 |
UTF-8 | 貰y | 11101000101100101011000001111001 | e8b2b079 |
UHC | 貰y | 111000011010111001111001 | e1ae79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)