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 | ツ喟ツ慊〔 | 1100001010011010010111111100001010011100110000101000000101101011 | c29a5fc29cc2816b |
EUC-JP | ツ喟ツ慊〔 | 10001110110000101101001111000000100011101100001011011000110001001010000111001100 | 8ec2d3c08ec2d8c4a1cc |
UTF-8 | ツ喟ツ慊〔 | 111011111011111010000010111001011001011010011111111011111011111010000010111001101000010110001010111000111000000010010100 | efbe82e5969fefbe82e6858ae38094 |
UHC | ???慊〔 | 00111111001111110011111111001100110000111010000110110010 | 3f3f3fccc3a1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)