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 | 11100111101101101000100111100110100111001010110011100110111110011011101101000010 | e7b689e69cace6f9bb42 |
EUC-JP | 邯画悽踵サB | 1110111010111000101100101110100011011000101011101110110011111011100011101011101101000010 | eeb8b2e8d8aeecfb8ebb42 |
UTF-8 | 邯画悽踵サB | 11101001100000101010111111100111100101001011101111100110100000101011110111101000101110001011010111101111101111011011101101000010 | e982afe794bbe682bde8b8b5efbdbb42 |
UHC | 邯?悽踵?B | 110010101111101100111111111101001010010011110001101000100011111101000010 | cafb3ff4a4f1a23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)