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 | ??h??D | 001111110011111101101000001111110011111101000100 | 3f3f683f3f44 |
SJIS-WIN | ?エh?ゥD | 001111111011010001101000001111111010100101000100 | 3fb4683fa944 |
EUC-JP | ?エh?ゥD | 0011111110001110101101000110100000111111100011101010100101000100 | 3f8eb4683f8ea944 |
UTF-8 | 䵸エh䵸ゥD | 1110010010110101101110001110111110111101101101000110100011100100101101011011100011101111101111011010100101000100 | e4b5b8efbdb468e4b5b8efbda944 |
UHC | ??h??D | 001111110011111101101000001111110011111101000100 | 3f3f683f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)