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 | DhD | 1001000101000100011010001001000101000100 | 9144689144 |
SJIS-WIN | ?Dh?D | 0011111101000100011010000011111101000100 | 3f44683f44 |
EUC-JP | ?Dh?D | 0011111101000100011010000011111101000100 | 3f44683f44 |
UTF-8 | DhD | 11000010100100010100010001101000110000101001000101000100 | c2914468c29144 |
UHC | ?Dh?D | 0011111101000100011010000011111101000100 | 3f44683f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)