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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 炎?? | 10001001100010100011111100111111 | 898a3f3f |
| EUC-JP | 炎?? | 10110001111010100011111100111111 | b1ea3f3f |
| UTF-8 | 炎꾤뿛 | 111001111000001010001110111010101011111010100100111010111011111110011011 | e7828eeabea4ebbf9b |
| UHC | 炎꾤뿛 | 111001101111101010000100111001111001011110011110 | e6fa84e7979e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)