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 | áÞÓÀöâc^ | 1110000111011110110100111100000011110110111000100110001101011110 | e1ded3c0f6e2635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | áÞÓÀöâc^ | 1000111110101011101000011000111110101001101100001000111110101010110100011000111110101010101000101000111110101011110100111000111110101011101001000110001101011110 | 8faba18fa9b08faad18faaa28fabd38faba4635e |
UTF-8 | áÞÓÀöâc^ | 1100001110100001110000111001111011000011100100111100001110000000110000111011011011000011101000100110001101011110 | c3a1c39ec393c380c3b6c3a2635e |
UHC | ?Þ????c^ | 001111111010100010101101001111110011111100111111001111110110001101011110 | 3fa8ad3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)