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 | ¼ªn}¼ªn{^ | 101111001010101001101110011111011011110010101010011011100111101101011110 | bcaa6e7dbcaa6e7b5e |
SJIS-WIN | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
EUC-JP | ?ªn}?ªn{^ | 00111111100011111010001011101100011011100111110100111111100011111010001011101100011011100111101101011110 | 3f8fa2ec6e7d3f8fa2ec6e7b5e |
UTF-8 | ¼ªn}¼ªn{^ | 11000010101111001100001010101010011011100111110111000010101111001100001010101010011011100111101101011110 | c2bcc2aa6e7dc2bcc2aa6e7b5e |
UHC | ¼ªn}¼ªn{^ | 10101000111110011010100010100011011011100111110110101000111110011010100010100011011011100111101101011110 | a8f9a8a36e7da8f9a8a36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)