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 | ôh^ | 1001011111110100100111100110100001011110 | 97f49e685e |
| SJIS-WIN | ???h^ | 0011111100111111001111110110100001011110 | 3f3f3f685e |
| EUC-JP | ?ô?h^ | 00111111100011111010101111010100001111110110100001011110 | 3f8fabd43f685e |
| UTF-8 | ôh^ | 1100001010010111110000111011010011000010100111100110100001011110 | c297c3b4c29e685e |
| UHC | ???h^ | 0011111100111111001111110110100001011110 | 3f3f3f685e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)