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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 煽?煽賞煽? | 10010000111110000011111110010000111110001000111111011100100100001111100000111111 | 90f83f90f88fdc90f83f |
| EUC-JP | 煽?煽賞煽? | 11000000111110100011111111000000111110101011111011011110110000001111101000111111 | c0fa3fc0fabedec0fa3f |
| UTF-8 | 煽歷煽賞煽歷 | 111001111000010110111101111011111010011010001100111001111000010110111101111010001011001110011110111001111000010110111101111011111010011010001100 | e785bdefa68ce785bde8b39ee785bdefa68c |
| UHC | 煽歷煽賞煽歷 | 111000001100001111100110101110001110000011000011110111111101101111100000110000111110011010111000 | e0c3e6b8e0c3dfdbe0c3e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)