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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ慊姪ィ | 110000101001110011000010100101101100001110101000 | c29cc296c3a8 |
EUC-JP | ツ慊姪ィ | 1000111011000010110110001100010011001100110001011000111010101000 | 8ec2d8c4ccc58ea8 |
UTF-8 | ツ慊姪ィ | 111011111011111010000010111001101000010110001010111001011010011110101010111011111011110110101000 | efbe82e6858ae5a7aaefbda8 |
UHC | ?慊姪? | 001111111100110011000011111100101110101100111111 | 3fccc3f2eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)