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 | 111101111010111101101100 | f7af6c |
SJIS-WIN | ÷?l | 10000001100000000011111101101100 | 81803f6c |
EUC-JP | ÷¯l | 101000011110000010001111101000101011010001101100 | a1e08fa2b46c |
UTF-8 | ÷¯l | 1100001110110111110000101010111101101100 | c3b7c2af6c |
UHC | ÷?l | 10100001110000000011111101101100 | a1c03f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)