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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 捧薹煥O | 10010101111110011110010101010110111000001000010101001111 | 95f9e556e0854f |
| EUC-JP | 捧薹煥O | 11001010111110111110100110110111110111111110010101001111 | cafbe9b7dfe54f |
| UTF-8 | 捧薹煥O | 11100110100011011010011111101000100101101011100111100111100001011010010101001111 | e68da7e896b9e785a54f |
| UHC | 捧?煥O | 110111001110100100111111111111001011101001001111 | dce93ffcba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)