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 | AlDq | 100100100100000101101100100100100100010001110001 | 92416c924471 |
SJIS-WIN | ?Al?Dq | 001111110100000101101100001111110100010001110001 | 3f416c3f4471 |
EUC-JP | ?Al?Dq | 001111110100000101101100001111110100010001110001 | 3f416c3f4471 |
UTF-8 | AlDq | 1100001010010010010000010110110011000010100100100100010001110001 | c292416cc2924471 |
UHC | ?Al?Dq | 001111110100000101101100001111110100010001110001 | 3f416c3f4471 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)