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 | ò´ò´^ | 1111001010110100111100101011010001011110 | f2b4f2b45e |
SJIS-WIN | ?´?´^ | 00111111100000010100110000111111100000010100110001011110 | 3f814c3f814c5e |
EUC-JP | ò´ò´^ | 1000111110101011110100101010000110101101100011111010101111010010101000011010110101011110 | 8fabd2a1ad8fabd2a1ad5e |
UTF-8 | ò´ò´^ | 110000111011001011000010101101001100001110110010110000101011010001011110 | c3b2c2b4c3b2c2b45e |
UHC | ?´?´^ | 00111111101000101010010100111111101000101010010101011110 | 3fa2a53fa2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)