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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | 瘟?翁?F | 11100001100010010011111110001001101001010011111101000110 | e1893f89a53f46 |
| EUC-JP | 瘟?翁?F | 11100001111010010011111110110010101001110011111101000110 | e1e93fb2a73f46 |
| UTF-8 | 瘟렊翁렡F | 11100111100110001001111111101011101000001000101011100111101111111000000111101011101000001010000101000110 | e7989feba08ae7bf81eba0a146 |
| UHC | 瘟렊翁렡F | 111010001011000010001110101000011110100010111010100011101011001001000110 | e8b08ea1e8ba8eb246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)