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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
| SJIS-WIN | ?西?F | 0011111110010000101111000011111101000110 | 3f90bc3f46 |
| EUC-JP | ?西?F | 0011111111000000101111100011111101000110 | 3fc0be3f46 |
| UTF-8 | 렊西롆F | 11101011101000001000101011101000101001011011111111101011101000011000011001000110 | eba08ae8a5bfeba18646 |
| UHC | 렊西롆F | 10001110101000011110000010100100100011101100110001000110 | 8ea1e0a48ecc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)