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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 盖韜Y | 1110000110110011111010001110100101011001 | e1b3e8e959 |
EUC-JP | 盖韜Y | 1110001010110101111100001110101101011001 | e2b5f0eb59 |
UTF-8 | 盖韜Y | 11100111100110111001011011101001100111111001110001011001 | e79b96e99f9c59 |
UHC | 盖韜Y | 1100101111001100110101001011011101011001 | cbccd4b759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)