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 | ツ慊姪ィテ | 11000010100111001100001010010110110000111010100011000011 | c29cc296c3a8c3 |
EUC-JP | ツ慊姪ィテ | 10001110110000101101100011000100110011001100010110001110101010001000111011000011 | 8ec2d8c4ccc58ea88ec3 |
UTF-8 | ツ慊姪ィテ | 111011111011111010000010111001101000010110001010111001011010011110101010111011111011110110101000111011111011111010000011 | efbe82e6858ae5a7aaefbda8efbe83 |
UHC | ?慊姪?? | 00111111110011001100001111110010111010110011111100111111 | 3fccc3f2eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)