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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 艱ц | 11100100100001011000010010001000 | e4858488 |
EUC-JP | 艱ц | 11100111111001011010011111101000 | e7e5a7e8 |
UTF-8 | 艱ц | 1110100010001001101100011101000110000110 | e889b1d186 |
UHC | 艱ц | 11001010110111101010110011101000 | cadeace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)