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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 謐ィ陋㎎{d | 111001101000110110101000111010001001101110000111011100100111101101100100 | e68da8e89b87727b64 |
EUC-JP | 謐ィ陋?{d | 111010111110110110001110101010001110111111111011001111110111101101100100 | ebed8ea8effb3f7b64 |
UTF-8 | 謐ィ陋㎎{d | 1110100010101100100100001110111110111101101010001110100110011001100010111110001110001110100011100111101101100100 | e8ac90efbda8e9998be38e8e7b64 |
UHC | 謐?陋㎎{d | 110110101100110100111111110101111011000010100111101101110111101101100100 | dacd3fd7b0a7b77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)