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 | 1001001001000111100100100100000101101100 | 924792416c |
EUC-JP | 竪但l | 1100001110101000110000111010001001101100 | c3a8c3a26c |
UTF-8 | 竪但l | 11100111101010111010101011100100101111011000011001101100 | e7abaae4bd866c |
UHC | 竪但l | 1110001010110101110100111010001101101100 | e2b5d3a36c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)