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^ | 10010001010101010100010010010001010101010100010001011110 | 9155449155445e |
EUC-JP | 繕D繕D^ | 11000001101101100100010011000001101101100100010001011110 | c1b644c1b6445e |
UTF-8 | 繕D繕D^ | 111001111011100110010101010001001110011110111001100101010100010001011110 | e7b99544e7b995445e |
UHC | 繕D繕D^ | 11100000110010110100010011100000110010110100010001011110 | e0cb44e0cb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)