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 | 往楔 | 10001001100111011001111010110110 | 899d9eb6 |
EUC-JP | 往楔 | 10110001111111011101110010111000 | b1fddcb8 |
UTF-8 | 往楔 | 111001011011111010000000111001101010010110010100 | e5be80e6a594 |
UHC | 往楔 | 11101000110110011110000011011011 | e8d9e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)