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 | rr^ | 1001111101110010100111110111001001011110 | 9f729f725e |
SJIS-WIN | ?r?r^ | 0011111101110010001111110111001001011110 | 3f723f725e |
EUC-JP | ?r?r^ | 0011111101110010001111110111001001011110 | 3f723f725e |
UTF-8 | rr^ | 11000010100111110111001011000010100111110111001001011110 | c29f72c29f725e |
UHC | ?r?r^ | 0011111101110010001111110111001001011110 | 3f723f725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)