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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 雙?B | 10011001110101000011111101000010 | 99d43f42 |
EUC-JP | 雙?B | 11010010110101100011111101000010 | d2d63f42 |
UTF-8 | 雙뎥B | 11101001100110111001100111101011100011101010010101000010 | e99b99eb8ea542 |
UHC | 雙뎥B | 1110010010101010100010010111010001000010 | e4aa897442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)