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 | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | 叩WD叩WD^ | 100100100100000001010111010001001001001001000000010101110100010001011110 | 92405744924057445e |
EUC-JP | 叩WD叩WD^ | 110000111010000101010111010001001100001110100001010101110100010001011110 | c3a15744c3a157445e |
UTF-8 | 叩WD叩WD^ | 1110010110001111101010010101011101000100111001011000111110101001010101110100010001011110 | e58fa95744e58fa957445e |
UHC | 叩WD叩WD^ | 110011011011000001010111010001001100110110110000010101110100010001011110 | cdb05744cdb057445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)