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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 州D州D^ | 10001111010000100100010010001111010000100100010001011110 | 8f42448f42445e |
EUC-JP | 州D州D^ | 10111101101000110100010010111101101000110100010001011110 | bda344bda3445e |
UTF-8 | 州D州D^ | 111001011011011110011110010001001110010110110111100111100100010001011110 | e5b79e44e5b79e445e |
UHC | 州D州D^ | 11110001101101100100010011110001101101100100010001011110 | f1b644f1b6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)