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 | シタシヨ琥 | 1011110011000000111100101111000010111100110101101110000011100110 | bcc0f2f0bcd6e0e6 |
| EUC-JP | シタ?シヨ琥 | 1000111010111100100011101100000000111111100011101011110010001110110101101110000011101000 | 8ebc8ec03f8ebc8ed6e0e8 |
| UTF-8 | シタシヨ琥 | 111011111011110110111100111011111011111010000000111011101000100010100111111011111011110110111100111011111011111010010110111001111001000010100101 | efbdbcefbe80ee88a7efbdbcefbe96e790a5 |
| UHC | ?????琥 | 00111111001111110011111100111111001111111111101111010000 | 3f3f3f3f3ffbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)