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 | 1111101110110010100011110101111001101100 | fbb28f5e6c |
EUC-JP | 軏戎l | 100011111110000011011001101111011011111101101100 | 8fe0d9bdbf6c |
UTF-8 | 軏戎l | 11101000101110111000111111100110100010001000111001101100 | e8bb8fe6888e6c |
UHC | ?戎l | 00111111111010111101010001101100 | 3febd46c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)