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 | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
EUC-JP | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
UTF-8 | 혺횖혺횛GB | 1110110110011000101110101110110110011010100101101110110110011000101110101110110110011010100110110100011101000010 | ed98baed9a96ed98baed9a9b4742 |
UHC | 혺횖혺횛GB | 11000010100111111100001110010000110000101001111111000011100101010100011101000010 | c29fc390c29fc3954742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)