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??g?E | 001111110100001100111111010100010011111100111111011001110011111101000101 | 3f433f513f3f673f45 |
SJIS-WIN | ?C?Q??g?E | 001111110100001100111111010100010011111100111111011001110011111101000101 | 3f433f513f3f673f45 |
EUC-JP | ?C?Q??g?E | 001111110100001100111111010100010011111100111111011001110011111101000101 | 3f433f513f3f673f45 |
UTF-8 | 혪C혪Q혩쨋g혪E | 11101101100110001010101001000011111011011001100010101010010100011110110110011000101010011110110010101000100010110110011111101101100110001010101001000101 | ed98aa43ed98aa51ed98a9eca88b67ed98aa45 |
UHC | 혪C혪Q혩쨋g혪E | 1100001010010010010000111100001010010010010100011100001010010001110000101011011001100111110000101001001001000101 | c29243c29251c291c2b667c29245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)