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 | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
SJIS-WIN | □∫??M^ | 1000000110100000100000011110011100111111001111110100110101011110 | 81a081e73f3f4d5e |
EUC-JP | □∫??M^ | 1010001010100010101000101110100100111111001111110100110101011110 | a2a2a2e93f3f4d5e |
UTF-8 | □∫룵句M^ | 1110001010010110101000011110001010001000101010111110101110100011101101011110111110100100100001100100110101011110 | e296a1e288abeba3b5efa4864d5e |
UHC | □∫룵句M^ | 10100001111000001010000111110010100011111010101011001111111110110100110101011110 | a1e0a1f28faacffb4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)