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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 招澂\ | 1000111110110101111000000100110001011100 | 8fb5e04c5c |
EUC-JP | 招澂\ | 1011111010110111110111111010110101011100 | beb7dfad5c |
UTF-8 | 招澂\ | 11100110100010111001101111100110101111101000001001011100 | e68b9be6be825c |
UHC | 招?\ | 11110100111111010011111101011100 | f4fd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)