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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 宵粹ェミE | 10001111101010101110001011101101101010101101000001000101 | 8faae2edaad045 |
EUC-JP | 宵粹ェミE | 101111101010110011100100111011111000111010101010100011101101000001000101 | beace4ef8eaa8ed045 |
UTF-8 | 宵粹ェミE | 11100101101011101011010111100111101100101011100111101111101111011010101011101111101111101001000001000101 | e5aeb5e7b2b9efbdaaefbe9045 |
UHC | 宵粹??E | 11100001101100101110001010110110001111110011111101000101 | e1b2e2b63f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)