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 | óçY | 10011111111100111110011101011001 | 9ff3e759 |
| SJIS-WIN | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
| EUC-JP | ?óçY | 0011111110001111101010111101000110001111101010111010111001011001 | 3f8fabd18fabae59 |
| UTF-8 | óçY | 11000010100111111100001110110011110000111010011101011001 | c29fc3b3c3a759 |
| UHC | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)