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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 帥[帥[^ | 10010000100000110101101110010000100000110101101101011110 | 90835b90835b5e |
EUC-JP | 帥[帥[^ | 10111111111000110101101110111111111000110101101101011110 | bfe35bbfe35b5e |
UTF-8 | 帥[帥[^ | 111001011011100010100101010110111110010110111000101001010101101101011110 | e5b8a55be5b8a55b5e |
UHC | 帥[帥[^ | 11100001111111010101101111100001111111010101101101011110 | e1fd5be1fd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)