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^ | 1110100011011111100111001110010110001101100100100110001101011110 | e8df9ce58d92635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | èß?å??c^ | 1000111110101011101100101000111110101001110011100011111110001111101010111010100100111111001111110110001101011110 | 8fabb28fa9ce3f8faba93f3f635e |
UTF-8 | èßåc^ | 1100001110101000110000111001111111000010100111001100001110100101110000101000110111000010100100100110001101011110 | c3a8c39fc29cc3a5c28dc292635e |
UHC | ?ß????c^ | 001111111010100110101100001111110011111100111111001111110110001101011110 | 3fa9ac3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)