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þOZ^ | 100100100100011110010001111111101001001001001111100100100101101001011110 | 924791fe924f925a5e |
SJIS-WIN | ?G???O?Z^ | 001111110100011100111111001111110011111101001111001111110101101001011110 | 3f473f3f3f4f3f5a5e |
EUC-JP | ?G?þ?O?Z^ | 0011111101000111001111111000111110101001110100000011111101001111001111110101101001011110 | 3f473f8fa9d03f4f3f5a5e |
UTF-8 | GþOZ^ | 1100001010010010010001111100001010010001110000111011111011000010100100100100111111000010100100100101101001011110 | c29247c291c3bec2924fc2925a5e |
UHC | ?G?þ?O?Z^ | 00111111010001110011111110101001101011010011111101001111001111110101101001011110 | 3f473fa9ad3f4f3f5a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)