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 | ?Z | 0011111101011010 | 3f5a |
SJIS-WIN | ?Z | 0011111101011010 | 3f5a |
EUC-JP | 盼Z | 10001111110011101101100101011010 | 8fced95a |
UTF-8 | 盼Z | 11100111100110111011110001011010 | e79bbc5a |
UHC | 盼Z | 110110101111000001011010 | daf05a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)