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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 謫セ邏玲峡A | 11100110100100111011111011100111101101001001011111100110100010111010110001000001 | e693bee7b497e68bac41 |
| EUC-JP | 謫セ邏玲峡A | 1110101111110011100011101011111011101110101101101100111011101000101101101010111001000001 | ebf38ebeeeb6cee8b6ae41 |
| UTF-8 | 謫セ邏玲峡A | 11101000101011001010101111101111101111011011111011101001100000101000111111100111100011101011001011100101101100111010000101000001 | e8acabefbdbee9828fe78eb2e5b3a141 |
| UHC | 謫?邏玲?A | 111011101110001100111111110101011010010011010110101111000011111101000001 | eee33fd5a4d6bc3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)