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 | ûGæ] | 11111011010001111001101111100110100110011001011101011101 | fb479be699975d |
SJIS-WIN | ?G????] | 00111111010001110011111100111111001111110011111101011101 | 3f473f3f3f3f5d |
EUC-JP | ûG?æ??] | 1000111110101011111001010100011100111111100011111010100111000001001111110011111101011101 | 8fabe5473f8fa9c13f3f5d |
UTF-8 | ûGæ] | 110000111011101101000111110000101001101111000011101001101100001010011001110000101001011101011101 | c3bb47c29bc3a6c299c2975d |
UHC | ?G?æ??] | 0011111101000111001111111010100110100001001111110011111101011101 | 3f473fa9a13f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)