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 | 001111110011111100111111100101011000011101000101 | 3f3f3f958745 |
EUC-JP | 饔??芙E | 1000111111101000111011110011111100111111110010011110011101000101 | 8fe8ef3f3fc9e745 |
UTF-8 | 饔縷렓芙E | 11101001101001011001010011101111101001011001000011101011101000001001001111101000100010101001100101000101 | e9a594efa590eba093e88a9945 |
UHC | 饔縷렓芙E | 111010001011110111010010111010101000111010101000110111011011001101000101 | e8bdd2ea8ea8ddb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)