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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ツ禿コH | 1100001010010011110000111011101001001000 | c293c3ba48 |
EUC-JP | ツ禿コH | 10001110110000101100011011000101100011101011101001001000 | 8ec2c6c58eba48 |
UTF-8 | ツ禿コH | 11101111101111101000001011100111101001101011111111101111101111011011101001001000 | efbe82e7a6bfefbdba48 |
UHC | ?禿?H | 0011111111010100101111100011111101001000 | 3fd4be3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)