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 | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
SJIS-WIN | 墺??P^ | 100110101101001000111111001111110101000001011110 | 9ad23f3f505e |
EUC-JP | 墺??P^ | 110101001101010000111111001111110101000001011110 | d4d43f3f505e |
UTF-8 | 墺쀯슛P^ | 1110010110100010101110101110110010000000101011111110110010001010100110110101000001011110 | e5a2baec80afec8a9b505e |
UHC | 墺쀯슛P^ | 1110011111110010100101111110111110111101101110000101000001011110 | e7f297efbdb8505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)