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 | 100100001101111110000011110011010011111101000001 | 90df83cd3f41 |
| EUC-JP | 節ο?A | 110000001110000110100110110011110011111101000001 | c0e1a6cf3f41 |
| UTF-8 | 節ο숴A | 111001111010111110000000110011101011111111101100100010001011010001000001 | e7af80cebfec88b441 |
| UHC | 節ο숴A | 11101111101111011010010111101111101111011010010001000001 | efbda5efbda441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)