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^ | 100100100100011110010010010000001001001001001111100100100101101001011110 | 92479240924f925a5e |
SJIS-WIN | ?G?@?O?Z^ | 001111110100011100111111010000000011111101001111001111110101101001011110 | 3f473f403f4f3f5a5e |
EUC-JP | ?G?@?O?Z^ | 001111110100011100111111010000000011111101001111001111110101101001011110 | 3f473f403f4f3f5a5e |
UTF-8 | G@OZ^ | 11000010100100100100011111000010100100100100000011000010100100100100111111000010100100100101101001011110 | c29247c29240c2924fc2925a5e |
UHC | ?G?@?O?Z^ | 001111110100011100111111010000000011111101001111001111110101101001011110 | 3f473f403f4f3f5a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)