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 | 11100011100000111000110111100011100000111000110001000110 | e3838de3838c46 |
| EUC-JP | 繝阪レF | 11100101111000111011101011100101101001011110110001000110 | e5e3bae5a5ec46 |
| UTF-8 | 繝阪レF | 11100111101110011001110111101001100110001010101011100011100000111010110001000110 | e7b99de998aae383ac46 |
| UHC | ?阪レF | 001111111111100010100001101010111110110001000110 | 3ff8a1abec46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)