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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | レソ鯤E | 1101101010111111111010011100100001000101 | dabfe9c845 |
EUC-JP | レソ鯤E | 10001110110110101000111010111111111100101100101001000101 | 8eda8ebff2ca45 |
UTF-8 | レソ鯤E | 11101111101111101001101011101111101111011011111111101001101011111010010001000101 | efbe9aefbdbfe9afa445 |
UHC | ??鯤E | 0011111100111111110011011110011001000101 | 3f3fcde645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)