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 | 1001001001000111100100100100101001101100 | 9247924a6c |
EUC-JP | 竪谷l | 1100001110101000110000111010101101101100 | c3a8c3ab6c |
UTF-8 | 竪谷l | 11100111101010111010101011101000101100001011011101101100 | e7abaae8b0b76c |
UHC | 竪谷l | 1110001010110101110011011101101101101100 | e2b5cddb6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)