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 | ツ陳板督ェ | 1100001010010010110000101001010011000010100100111100001010101010 | c292c294c293c2aa |
EUC-JP | ツ陳板督ェ | 10001110110000101100010011000100110010001100010011000110110001001000111010101010 | 8ec2c4c4c8c4c6c48eaa |
UTF-8 | ツ陳板督ェ | 111011111011111010000010111010011001100110110011111001101001110110111111111001111001110110100011111011111011110110101010 | efbe82e999b3e69dbfe79da3efbdaa |
UHC | ?陳板督? | 0011111111110010111001111111011111111001110101001011110100111111 | 3ff2e7f7f9d4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)