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 | ??i? | 00111111001111110110100100111111 | 3f3f693f |
SJIS-WIN | ?豌i? | 0011111111100110101100000110100100111111 | 3fe6b0693f |
EUC-JP | 嶴豌i嶴 | 100011111011101111110011111011001011001001101001100011111011101111110011 | 8fbbf3ecb2698fbbf3 |
UTF-8 | 嶴豌i嶴 | 11100101101101101011010011101000101100011000110001101001111001011011011010110100 | e5b6b4e8b18c69e5b6b4 |
UHC | ?豌i? | 0011111111101000110101010110100100111111 | 3fe8d5693f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)