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 | 1110011010100011001111110011111101000001 | e6a33f3f41 |
| EUC-JP | 譽??A | 1110110010100101001111110011111101000001 | eca53f3f41 |
| UTF-8 | 譽긴많A | 11101000101011011011110111101010101110001011010011101011101001111000111001000001 | e8adbdeab8b4eba78e41 |
| UHC | 譽긴많A | 11100111111000101011000111100100101110001011100101000001 | e7e2b1e4b8b941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)