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¶ | 10010010010001001001000110100010100011000110000010010010010000111001000110110110 | 924491a28c60924391b6 |
SJIS-WIN | ?D?¢?`?C?¶ | 001111110100010000111111100000011001000100111111011000000011111101000011001111111000000111110111 | 3f443f81913f603f433f81f7 |
EUC-JP | ?D?¢?`?C?¶ | 001111110100010000111111101000011111000100111111011000000011111101000011001111111010001011111001 | 3f443fa1f13f603f433fa2f9 |
UTF-8 | D¢`C¶ | 1100001010010010010001001100001010010001110000101010001011000010100011000110000011000010100100100100001111000010100100011100001010110110 | c29244c291c2a2c28c60c29243c291c2b6 |
UHC | ?D???`?C?¶ | 0011111101000100001111110011111100111111011000000011111101000011001111111010001011010010 | 3f443f3f3f603f433fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)