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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 涇ア蝓キ蠇懶 | 11111010111110111011000111100101100111111011011111111011101000011001110011101111 | fafbb1e59fb7fba19cef |
| EUC-JP | 涇ア蝓キ?懶 | 100011111100011111000111100011101011000111101010101000011000111010110111001111111101100011110001 | 8fc7c78eb1eaa18eb73fd8f1 |
| UTF-8 | 涇ア蝓キ蠇懶 | 111001101011011010000111111011111011110110110001111010001001110110010011111011111011110110110111111010001010000010000111111001101000011110110110 | e6b687efbdb1e89d93efbdb7e8a087e687b6 |
| UHC | 涇????懶 | 1100110011011100001111110011111100111111001111111101010011111011 | ccdc3f3f3f3fd4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)