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 | ツ慊鳴慊烹 | 110000101001110011000010100101101100001010011100110000101001011001000010 | c29cc296c29cc29642 |
EUC-JP | ツ慊鳴慊烹 | 10001110110000101101100011000100110011001100010011011000110001001100101110100011 | 8ec2d8c4ccc4d8c4cba3 |
UTF-8 | ツ慊鳴慊烹 | 111011111011111010000010111001101000010110001010111010011011001110110100111001101000010110001010111001111000001110111001 | efbe82e6858ae9b3b4e6858ae783b9 |
UHC | ?慊鳴慊烹 | 001111111100110011000011110110011011000011001100110000111111100010110010 | 3fccc3d9b0ccc3f8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)