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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 鵡竒n}鵡竒n{^ | 10010110101101111001101011110010011011100111110110010110101101111001101011110010011011100111101101011110 | 96b79af26e7d96b79af26e7b5e |
EUC-JP | 鵡竒n}鵡竒n{^ | 11001100101110011101010011110100011011100111110111001100101110011101010011110100011011100111101101011110 | ccb9d4f46e7dccb9d4f46e7b5e |
UTF-8 | 鵡竒n}鵡竒n{^ | 1110100110110101101000011110011110101011100100100110111001111101111010011011010110100001111001111010101110010010011011100111101101011110 | e9b5a1e7ab926e7de9b5a1e7ab926e7b5e |
UHC | 鵡?n}鵡?n{^ | 1101100111110111001111110110111001111101110110011111011100111111011011100111101101011110 | d9f73f6e7dd9f73f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)