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 | D®¸C | 1001001001000100100100011010111010010001101110001001001001000011 | 924491ae91b89243 |
SJIS-WIN | ?D?????C | 0011111101000100001111110011111100111111001111110011111101000011 | 3f443f3f3f3f3f43 |
EUC-JP | ?D?®?¸?C | 001111110100010000111111100011111010001011101110001111111000111110100010101100010011111101000011 | 3f443f8fa2ee3f8fa2b13f43 |
UTF-8 | D®¸C | 1100001010010010010001001100001010010001110000101010111011000010100100011100001010111000110000101001001001000011 | c29244c291c2aec291c2b8c29243 |
UHC | ?D?®?¸?C | 00111111010001000011111110100010111001110011111110100010101011000011111101000011 | 3f443fa2e73fa2ac3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)