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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 吠n}吠n{^ | 100101100110100101101110011111011001011001101001011011100111101101011110 | 96696e7d96696e7b5e |
EUC-JP | 吠n}吠n{^ | 110010111100101001101110011111011100101111001010011011100111101101011110 | cbca6e7dcbca6e7b5e |
UTF-8 | 吠n}吠n{^ | 1110010110010000101000000110111001111101111001011001000010100000011011100111101101011110 | e590a06e7de590a06e7b5e |
UHC | 吠n}吠n{^ | 111110001100010101101110011111011111100011000101011011100111101101011110 | f8c56e7df8c56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)