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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | ツ竪ツ単P | 11000010100100100100011111000010100100100101000001010000 | c29247c2925050 |
EUC-JP | ツ竪ツ単P | 100011101100001011000011101010001000111011000010110000111011000101010000 | 8ec2c3a88ec2c3b150 |
UTF-8 | ツ竪ツ単P | 11101111101111101000001011100111101010111010101011101111101111101000001011100101100011011001100001010000 | efbe82e7abaaefbe82e58d9850 |
UHC | ?竪??P | 001111111110001010110101001111110011111101010000 | 3fe2b53f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)