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 | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 揖轗蠅A | 10010111010010111110011101111101111001011010001001000001 | 974be77de5a241 |
| EUC-JP | 揖轗蠅A | 11001101101011001110110111011110111010101010010001000001 | cdaceddeeaa441 |
| UTF-8 | 揖轗蠅A | 11100110100011111001011011101000101111011001011111101000101000001000010101000001 | e68f96e8bd97e8a08541 |
| UHC | 揖?蠅A | 111010111110011100111111111000111011001001000001 | ebe73fe3b241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)