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 | FGFG^ | 100100100100011010010010010001111001001001000110100100100100011101011110 | 92469247924692475e |
SJIS-WIN | ?F?G?F?G^ | 001111110100011000111111010001110011111101000110001111110100011101011110 | 3f463f473f463f475e |
EUC-JP | ?F?G?F?G^ | 001111110100011000111111010001110011111101000110001111110100011101011110 | 3f463f473f463f475e |
UTF-8 | FGFG^ | 11000010100100100100011011000010100100100100011111000010100100100100011011000010100100100100011101011110 | c29246c29247c29246c292475e |
UHC | ?F?G?F?G^ | 001111110100011000111111010001110011111101000110001111110100011101011110 | 3f463f473f463f475e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)