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 | 11100111101101101000100111100110100111001010110011100111100110111011101101000010 | e7b689e69cace79bbb42 |
EUC-JP | 邯画悽逶サB | 1110111010111000101100101110100011011000101011101110110111111011100011101011101101000010 | eeb8b2e8d8aeedfb8ebb42 |
UTF-8 | 邯画悽逶サB | 11101001100000101010111111100111100101001011101111100110100000101011110111101001100000001011011011101111101111011011101101000010 | e982afe794bbe682bde980b6efbdbb42 |
UHC | 邯?悽??B | 1100101011111011001111111111010010100100001111110011111101000010 | cafb3ff4a43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)