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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 涇ォ魘ォ顫 | 1111101011111011101010111110100110110100101010111110100011111010 | fafbabe9b4abe8fa |
| EUC-JP | 涇ォ魘ォ顫 | 1000111111000111110001111000111010101011111100101011011010001110101010111111000011111100 | 8fc7c78eabf2b68eabf0fc |
| UTF-8 | 涇ォ魘ォ顫 | 111001101011011010000111111011111011110110101011111010011010110110011000111011111011110110101011111010011010000110101011 | e6b687efbdabe9ad98efbdabe9a1ab |
| UHC | 涇???顫 | 11001100110111000011111100111111001111111110111110110101 | ccdc3f3f3fefb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)