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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銹??銹 | 111001111111011000111111001111111110011111110110 | e7f63f3fe7f6 |
EUC-JP | 銹??銹 | 111011101111100000111111001111111110111011111000 | eef83f3feef8 |
UTF-8 | 銹롛롚銹 | 111010011000101010111001111010111010000110011011111010111010000110011010111010011000101010111001 | e98ab9eba19beba19ae98ab9 |
UHC | 銹롛롚銹 | 1110001011001000100011101101111110001110110111101110001011001000 | e2c88edf8edee2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)