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^ | 100100101011110001010111010001001001001010111100010101110100010001011110 | 92bc574492bc57445e |
EUC-JP | 直WD直WD^ | 110001001011111001010111010001001100010010111110010101110100010001011110 | c4be5744c4be57445e |
UTF-8 | 直WD直WD^ | 1110011110011011101101000101011101000100111001111001101110110100010101110100010001011110 | e79bb45744e79bb457445e |
UHC | 直WD直WD^ | 111100101100000101010111010001001111001011000001010101110100010001011110 | f2c15744f2c157445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)