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 | DCGX | 1001001001000100100100100100001110010010010001111001001001011000 | 9244924392479258 |
SJIS-WIN | ?D?C?G?X | 0011111101000100001111110100001100111111010001110011111101011000 | 3f443f433f473f58 |
EUC-JP | ?D?C?G?X | 0011111101000100001111110100001100111111010001110011111101011000 | 3f443f433f473f58 |
UTF-8 | DCGX | 110000101001001001000100110000101001001001000011110000101001001001000111110000101001001001011000 | c29244c29243c29247c29258 |
UHC | ?D?C?G?X | 0011111101000100001111110100001100111111010001110011111101011000 | 3f443f433f473f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)