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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鬮キ莉呎雛F | 11101001101010111011011111100100101110111001100111100110100100001001011101000110 | e9abb7e4bb99e6909746 |
EUC-JP | 鬮キ莉呎雛F | 1111001010101101100011101011011111101000101111011101001011101000101111111111011101000110 | f2ad8eb7e8bdd2e8bff746 |
UTF-8 | 鬮キ莉呎雛F | 11101001101011001010111011101111101111011011011111101000100011101000100111100101100100011000111011101001100110111001101101000110 | e9acaeefbdb7e88e89e5918ee99b9b46 |
UHC | ??莉?雛F | 0011111100111111110101111110100100111111111101011110000101000110 | 3f3fd7e93ff5e146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)