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 | ツ陳鳴愿 | 11000010100100101100001010010110110000101001110011000011 | c292c296c29cc3 |
EUC-JP | ツ陳鳴愿 | 1000111011000010110001001100010011001100110001001101100011000101 | 8ec2c4c4ccc4d8c5 |
UTF-8 | ツ陳鳴愿 | 111011111011111010000010111010011001100110110011111010011011001110110100111001101000010010111111 | efbe82e999b3e9b3b4e684bf |
UHC | ?陳鳴愿 | 00111111111100101110011111011001101100001110101010110100 | 3ff2e7d9b0eab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)