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 | ?????IoBF | 001111110011111100111111001111110011111101001001011011110100001001000110 | 3f3f3f3f3f496f4246 |
SJIS-WIN | ツ奪ツ堕スIoBF | 1100001010010010010001001100001010010001110000101011110101001001011011110100001001000110 | c29244c291c2bd496f4246 |
EUC-JP | ツ奪ツ堕スIoBF | 1000111011000010110000111010010110001110110000101100001011000100100011101011110101001001011011110100001001000110 | 8ec2c3a58ec2c2c48ebd496f4246 |
UTF-8 | ツ奪ツ堕スIoBF | 11101111101111101000001011100101101001011010101011101111101111101000001011100101101000001001010111101111101111011011110101001001011011110100001001000110 | efbe82e5a5aaefbe82e5a095efbdbd496f4246 |
UHC | ?奪???IoBF | 00111111111101111010110000111111001111110011111101001001011011110100001001000110 | 3ff7ac3f3f3f496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)