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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ淞構 | 1100001010011111110000101000110101011100 | c29fc28d5c |
EUC-JP | ツ淞構 | 100011101100001011011110110001001011100110111101 | 8ec2dec4b9bd |
UTF-8 | ツ淞構 | 111011111011111010000010111001101011011110011110111001101010011110001011 | efbe82e6b79ee6a78b |
UHC | ?淞構 | 0011111111100001111001111100111110110000 | 3fe1e7cfb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)