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 | DM j^ | 1001001001000100100100100100110110010001101000000110101001011110 | 9244924d91a06a5e |
SJIS-WIN | ?D?M??j^ | 0011111101000100001111110100110100111111001111110110101001011110 | 3f443f4d3f3f6a5e |
EUC-JP | ?D?M??j^ | 0011111101000100001111110100110100111111001111110110101001011110 | 3f443f4d3f3f6a5e |
UTF-8 | DM j^ | 110000101001001001000100110000101001001001001101110000101001000111000010101000000110101001011110 | c29244c2924dc291c2a06a5e |
UHC | ?D?M??j^ | 0011111101000100001111110100110100111111001111110110101001011110 | 3f443f4d3f3f6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)