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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 知?H | 10010010011011010011111101001000 | 926d3f48 |
EUC-JP | 知?H | 11000011110011100011111101001000 | c3ce3f48 |
UTF-8 | 知렎H | 11100111100111111010010111101011101000001000111001001000 | e79fa5eba08e48 |
UHC | 知렎H | 1111001010110001100011101010010001001000 | f2b18ea448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)