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 | GF@~K | 1001001001000111100100100100011010010010010000000111111001001011 | 9247924692407e4b |
SJIS-WIN | ?G?F?@~K | 0011111101000111001111110100011000111111010000000111111001001011 | 3f473f463f407e4b |
EUC-JP | ?G?F?@~K | 0011111101000111001111110100011000111111010000000111111001001011 | 3f473f463f407e4b |
UTF-8 | GF@~K | 1100001010010010010001111100001010010010010001101100001010010010010000000111111001001011 | c29247c29246c292407e4b |
UHC | ?G?F?@~K | 0011111101000111001111110100011000111111010000000111111001001011 | 3f473f463f407e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)