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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 銹然~ | 1110011111110110100100010101001001111110 | e7f691527e |
EUC-JP | 銹然~ | 1110111011111000110000011011001101111110 | eef8c1b37e |
UTF-8 | 銹然~ | 11101001100010101011100111100111100001001011011001111110 | e98ab9e784b67e |
UHC | 銹然~ | 1110001011001000111001101101010001111110 | e2c8e6d47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)