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 | 絲るす袱 | 1110001101001110100000101110100110000010101101111110010111011110 | e34e82e982b7e5de |
| EUC-JP | 絲るす袱 | 1110010110101111101001001110101110100100101110011110101011100000 | e5afa4eba4b9eae0 |
| UTF-8 | 絲るす袱 | 111001111011010110110010111000111000001010001011111000111000000110011001111010001010001010110001 | e7b5b2e3828be38199e8a2b1 |
| UHC | 絲るす? | 11011110111010101010101011101011101010101011100100111111 | deeaaaebaab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)