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 | ???r^ | 0011111100111111001111110111001001011110 | 3f3f3f725e |
| SJIS-WIN | r^ | 1111001011100011111101111010001111110000111011010111001001011110 | f2e3f7a3f0ed725e |
| EUC-JP | ???r^ | 0011111100111111001111110111001001011110 | 3f3f3f725e |
| UTF-8 | r^ | 1110111010001000100110101110111010010110100001101110111010000010101011000111001001011110 | ee889aee9686ee82ac725e |
| UHC | ???r^ | 0011111100111111001111110111001001011110 | 3f3f3f725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)