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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 謳匁趨B | 11100110100100001001011011100110100100001001011001000010 | e69096e6909642 |
EUC-JP | 謳匁趨B | 11101011111100001100110011101000101111111111011001000010 | ebf0cce8bff642 |
UTF-8 | 謳匁趨B | 11101000101011001011001111100101100011001000000111101000101101101010100001000010 | e8acb3e58c81e8b6a842 |
UHC | 謳?趨B | 110011111100010000111111111101011101100101000010 | cfc43ff5d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)