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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銖蛾 | 11100111111100011000100111101001 | e7f189e9 |
EUC-JP | 銖蛾 | 11101110111100111011001011101011 | eef3b2eb |
UTF-8 | 銖蛾 | 111010011000101010010110111010001001101110111110 | e98a96e89bbe |
UHC | 銖蛾 | 11100010110001111110010010110110 | e2c7e4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)