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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 材拒材居^ | 100011011101111010001011100100011000110111011110100010111000111101011110 | 8dde8b918dde8b8f5e |
EUC-JP | 材拒材居^ | 101110101110000010110101111100011011101011100000101101011110111101011110 | bae0b5f1bae0b5ef5e |
UTF-8 | 材拒材居^ | 11100110100111011001000011100110100010111001001011100110100111011001000011100101101100011000010101011110 | e69d90e68b92e69d90e5b1855e |
UHC | 材拒材居^ | 111011101010011111001011110111101110111010100111110010111101110001011110 | eea7cbdeeea7cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)