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 | 涇ォ魘ォ韜墓 | 11111010111110111010101111101001101101001010101111101000111010011001010111100110 | fafbabe9b4abe8e995e6 |
| EUC-JP | 涇ォ魘ォ韜墓 | 10001111110001111100011110001110101010111111001010110110100011101010101111110000111010111100101011101000 | 8fc7c78eabf2b68eabf0ebcae8 |
| UTF-8 | 涇ォ魘ォ韜墓 | 111001101011011010000111111011111011110110101011111010011010110110011000111011111011110110101011111010011001111110011100111001011010001010010011 | e6b687efbdabe9ad98efbdabe99f9ce5a293 |
| UHC | 涇???韜墓 | 110011001101110000111111001111110011111111010100101101111101100111010111 | ccdc3f3f3fd4b7d9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)