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¶ | 10010010010001001001000110100010100100011010111110010010010000111001000110110110 | 924491a291af924391b6 |
SJIS-WIN | ?D?¢???C?¶ | 001111110100010000111111100000011001000100111111001111110011111101000011001111111000000111110111 | 3f443f81913f3f3f433f81f7 |
EUC-JP | ?D?¢?¯?C?¶ | 0011111101000100001111111010000111110001001111111000111110100010101101000011111101000011001111111010001011111001 | 3f443fa1f13f8fa2b43f433fa2f9 |
UTF-8 | D¢¯C¶ | 110000101001001001000100110000101001000111000010101000101100001010010001110000101010111111000010100100100100001111000010100100011100001010110110 | c29244c291c2a2c291c2afc29243c291c2b6 |
UHC | ?D?????C?¶ | 0011111101000100001111110011111100111111001111110011111101000011001111111010001011010010 | 3f443f3f3f3f3f433fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)