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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 翕l | 1110001111000011111100101111000001101100 | e3c3f2f06c |
EUC-JP | 翕?l | 11100110110001010011111101101100 | e6c53f6c |
UTF-8 | 翕l | 11100111101111111001010111101110100010001010011101101100 | e7bf95ee88a76c |
UHC | 翕?l | 11111101111010000011111101101100 | fde83f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)