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 | セ謗ケワ蝪 | 111100001011110110111110111001101000111010111001110111001110010110100001 | f0bdbee68eb9dce5a1 |
| EUC-JP | ?セ謗ケワ蝪 | 0011111110001110101111101110101111101110100011101011100110001110110111001110101010100011 | 3f8ebeebee8eb98edceaa3 |
| UTF-8 | セ謗ケワ蝪 | 111011101000000110111100111011111011110110111110111010001010110010010111111011111011110110111001111011111011111010011100111010001001110110101010 | ee81bcefbdbee8ac97efbdb9efbe9ce89daa |
| UHC | ??謗??? | 00111111001111111101101110111111001111110011111100111111 | 3f3fdbbf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)