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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銹??銹然 | 1110011111110110001111110011111111100111111101101001000101010010 | e7f63f3fe7f69152 |
EUC-JP | 銹??銹然 | 1110111011111000001111110011111111101110111110001100000110110011 | eef83f3feef8c1b3 |
UTF-8 | 銹롛롚銹然 | 111010011000101010111001111010111010000110011011111010111010000110011010111010011000101010111001111001111000010010110110 | e98ab9eba19beba19ae98ab9e784b6 |
UHC | 銹롛롚銹然 | 11100010110010001000111011011111100011101101111011100010110010001110011011010100 | e2c88edf8edee2c8e6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)