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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| SJIS-WIN | 。爐フe | 1010000111100000101000101100110001100101 | a1e0a2cc65 |
| EUC-JP | 。爐フe | 10001110101000011110000010100100100011101100110001100101 | 8ea1e0a48ecc65 |
| UTF-8 | 。爐フe | 11101111101111011010000111100111100010001001000011101111101111101000110001100101 | efbda1e78890efbe8c65 |
| UHC | ?爐?e | 0011111111010110110100110011111101100101 | 3fd6d33f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)