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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迴・迪没 | 11100111100011111010010111100111100011001001011001110110 | e78fa5e78c9676 |
EUC-JP | 迴・迪没 | 1110110111101111100011101010010111101101111011001100101111010111 | edef8ea5edeccbd7 |
UTF-8 | 迴・迪没 | 111010001011111110110100111011111011110110100101111010001011111110101010111001101011001010100001 | e8bfb4efbda5e8bfaae6b2a1 |
UHC | ??迪? | 0011111100111111111011101110100000111111 | 3f3feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)