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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ陳、ツ督ェ | 1100001010010010110000101010010011000010100100111100001010101010 | c292c2a4c293c2aa |
EUC-JP | ツ陳、ツ督ェ | 100011101100001011000100110001001000111010100100100011101100001011000110110001001000111010101010 | 8ec2c4c48ea48ec2c6c48eaa |
UTF-8 | ツ陳、ツ督ェ | 111011111011111010000010111010011001100110110011111011111011110110100100111011111011111010000010111001111001110110100011111011111011110110101010 | efbe82e999b3efbda4efbe82e79da3efbdaa |
UHC | ?陳??督? | 0011111111110010111001110011111100111111110101001011110100111111 | 3ff2e73f3fd4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)