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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鞴簫賍癸 | 1110100011100100111000101101001011100110110110101110000110100001 | e8e4e2d2e6dae1a1 |
| EUC-JP | 鞴簫賍癸 | 1111000011100110111001001101010011101100110111001110001010100011 | f0e6e4d4ecdce2a3 |
| UTF-8 | 鞴簫賍癸 | 111010011001111010110100111001111011000010101011111010001011001110001101111001111001100110111000 | e99eb4e7b0abe8b38de799b8 |
| UHC | ?簫?癸 | 001111111110000111000111001111111100110110100100 | 3fe1c73fcda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)