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 | «â¡¡ët | 1000111110101011111000101010000110101101101000011110101101110100 | 8fabe2a1ada1eb74 |
| SJIS-WIN | ???????t | 0011111100111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f3f74 |
| EUC-JP | ??â¡?¡ët | 00111111001111111000111110101011101001001000111110100010110000100011111110001111101000101100001010001111101010111011001101110100 | 3f3f8faba48fa2c23f8fa2c28fabb374 |
| UTF-8 | «â¡¡ët | 110000101000111111000010101010111100001110100010110000101010000111000010101011011100001010100001110000111010101101110100 | c28fc2abc3a2c2a1c2adc2a1c3ab74 |
| UHC | ???¡¡?t | 0011111100111111001111111010001010101110101000011010100110100010101011100011111101110100 | 3f3f3fa2aea1a9a2ae3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)