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 | ツ慊卍慊傳 | 110000101001110011000010100110011100001010011100110000101001100101000010 | c29cc299c29cc29942 |
EUC-JP | ツ慊卍慊傳 | 10001110110000101101100011000100110100101100010011011000110001001101000110100011 | 8ec2d8c4d2c4d8c4d1a3 |
UTF-8 | ツ慊卍慊傳 | 111011111011111010000010111001101000010110001010111001011000110110001101111001101000010110001010111001011000001010110011 | efbe82e6858ae58d8de6858ae582b3 |
UHC | ?慊卍慊傳 | 001111111100110011000011110110001011001111001100110000111110111011101110 | 3fccc3d8b3ccc3eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)