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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 衆??痍?B | 1000111101001111001111110011111111100001011101110011111101000010 | 8f4f3f3fe1773f42 |
| EUC-JP | 衆??痍?B | 1011110110110000001111110011111111100001110110000011111101000010 | bdb03f3fe1d83f42 |
| UTF-8 | 衆얌갖痍렣B | 11101000101000011000011011101100100101101000110011101010101100001001011011100111100101111000110111101011101000001010001101000010 | e8a186ec968ceab096e7978deba0a342 |
| UHC | 衆얌갖痍렣B | 1111000111101011101111101110010010110000101011101110110010110111100011101011010001000010 | f1ebbee4b0aeecb78eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)