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 | 誰坦形 | 100100100100111010010010010100101000110001100000 | 924e92528c60 |
| EUC-JP | 誰坦形 | 110000111010111111000011101100111011011111000001 | c3afc3b3b7c1 |
| UTF-8 | 誰坦形 | 111010001010101010110000111001011001110110100110111001011011110110100010 | e8aab0e59da6e5bda2 |
| UHC | 誰坦形 | 111000101100000111110111101001001111101110100001 | e2c1f7a4fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)