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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 彧欲B | 1111101010111001100101110111111001000010 | fab9977e42 |
EUC-JP | 彧欲B | 100011111011110011111110110011011101111101000010 | 8fbcfecddf42 |
UTF-8 | 彧欲B | 11100101101111011010011111100110101011001011001001000010 | e5bda7e6acb242 |
UHC | 彧欲B | 1110100111101110111010011011000001000010 | e9eee9b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)