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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 悛棒?B | 100111001010000010010110010111110011111101000010 | 9ca0965f3f42 |
| EUC-JP | 悛棒?B | 110110001010001011001011110000000011111101000010 | d8a2cbc03f42 |
| UTF-8 | 悛棒拉B | 11100110100000101001101111100110101000111001001011101111101001001010010101000010 | e6829be6a392efa4a542 |
| UHC | 悛棒拉B | 11101110111110011101110011101010110100011111111001000010 | eef9dcead1fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)