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 | 1111110001000011111000011101011001101100 | fc43e1d66c |
EUC-JP | 鮏瞶l | 100011111110101011011011111000101101100001101100 | 8feadbe2d86c |
UTF-8 | 鮏瞶l | 11101001101011101000111111100111100111101011011001101100 | e9ae8fe79eb66c |
UHC | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)