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 | 1001000110101011001111110011111111100001011101110011111101000010 | 91ab3f3fe1773f42 |
| EUC-JP | 足??痍?B | 1100001010101101001111110011111111100001110110000011111101000010 | c2ad3f3fe1d83f42 |
| UTF-8 | 足얌갖痍렣B | 11101000101101101011001111101100100101101000110011101010101100001001011011100111100101111000110111101011101000001010001101000010 | e8b6b3ec968ceab096e7978deba0a342 |
| UHC | 足얌갖痍렣B | 1111000011101011101111101110010010110000101011101110110010110111100011101011010001000010 | f0ebbee4b0aeecb78eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)