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 | 徇?ゆ | 1001110001101101001111111000001011100100 | 9c6d3f82e4 |
| EUC-JP | 徇?ゆ | 1101011111001110001111111010010011100110 | d7ce3fa4e6 |
| UTF-8 | 徇긿ゆ | 111001011011111010000111111010101011100010111111111000111000001010000110 | e5be87eab8bfe38286 |
| UHC | 徇긿ゆ | 111000101101111110000011100000111010101011100110 | e2df8383aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)