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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 漿模漿模^ | 100111111111011110010110110011011001111111110111100101101100110101011110 | 9ff796cd9ff796cd5e |
EUC-JP | 漿模漿模^ | 110111101111100111001100110011111101111011111001110011001100111101011110 | def9cccfdef9cccf5e |
UTF-8 | 漿模漿模^ | 11100110101111001011111111100110101010001010000111100110101111001011111111100110101010001010000101011110 | e6bcbfe6a8a1e6bcbfe6a8a15e |
UHC | 漿模漿模^ | 111011011110110011011001101111001110110111101100110110011011110001011110 | edecd9bcedecd9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)