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 | 羞弱き莢 | 1110001110110101100011101110001110000010101010111110010010110000 | e3b58ee382abe4b0 |
| EUC-JP | 羞弱き莢 | 1110011010110111101111001110010110100100101011011110100010110010 | e6b7bce5a4ade8b2 |
| UTF-8 | 羞弱き莢 | 111001111011111010011110111001011011110010110001111000111000000110001101111010001000111010100010 | e7be9ee5bcb1e3818de88ea2 |
| UHC | 羞弱き莢 | 1110001010111010111001011011000010101010101011011111101011111000 | e2bae5b0aaadfaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)