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 | C]¯\ | 1001001001000011100100100101110110010001101011111001001001011100 | 9243925d91af925c |
SJIS-WIN | ?C?]???\ | 0011111101000011001111110101110100111111001111110011111101011100 | 3f433f5d3f3f3f5c |
EUC-JP | ?C?]?¯?\ | 00111111010000110011111101011101001111111000111110100010101101000011111101011100 | 3f433f5d3f8fa2b43f5c |
UTF-8 | C]¯\ | 11000010100100100100001111000010100100100101110111000010100100011100001010101111110000101001001001011100 | c29243c2925dc291c2afc2925c |
UHC | ?C?]???\ | 0011111101000011001111110101110100111111001111110011111101011100 | 3f433f5d3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)