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 | ?C?A?G?Fc^ | 00111111010000110011111101000001001111110100011100111111010001100110001101011110 | 3f433f413f473f46635e |
SJIS-WIN | ?C?A?G?Fc^ | 00111111010000110011111101000001001111110100011100111111010001100110001101011110 | 3f433f413f473f46635e |
EUC-JP | ?C?A?G?Fc^ | 00111111010000110011111101000001001111110100011100111111010001100110001101011110 | 3f433f413f473f46635e |
UTF-8 | 혪C혪A혪G혪Fc^ | 111011011001100010101010010000111110110110011000101010100100000111101101100110001010101001000111111011011001100010101010010001100110001101011110 | ed98aa43ed98aa41ed98aa47ed98aa46635e |
UHC | 혪C혪A혪G혪Fc^ | 1100001010010010010000111100001010010010010000011100001010010010010001111100001010010010010001100110001101011110 | c29243c29241c29247c29246635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)