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?Q??N | 00111111010000110011111101010001001111110011111101001110 | 3f433f513f3f4e |
SJIS-WIN | ?C?Q??N | 00111111010000110011111101010001001111110011111101001110 | 3f433f513f3f4e |
EUC-JP | ?C?Q??N | 00111111010000110011111101010001001111110011111101001110 | 3f433f513f3f4e |
UTF-8 | 혪C혪Q혩쨋N | 111011011001100010101010010000111110110110011000101010100101000111101101100110001010100111101100101010001000101101001110 | ed98aa43ed98aa51ed98a9eca88b4e |
UHC | 혪C혪Q혩쨋N | 1100001010010010010000111100001010010010010100011100001010010001110000101011011001001110 | c29243c29251c291c2b64e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)