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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 杰樅N}杰樅N{^ | 10011110010111101001111011100000010011100111110110011110010111101001111011100000010011100111101101011110 | 9e5e9ee04e7d9e5e9ee04e7b5e |
EUC-JP | 杰樅N}杰樅N{^ | 11011011101111111101110011100010010011100111110111011011101111111101110011100010010011100111101101011110 | dbbfdce24e7ddbbfdce24e7b5e |
UTF-8 | 杰樅N}杰樅N{^ | 1110011010011101101100001110011010101000100001010100111001111101111001101001110110110000111001101010100010000101010011100111101101011110 | e69db0e6a8854e7de69db0e6a8854e7b5e |
UHC | 杰?N}杰?N{^ | 1100101111111001001111110100111001111101110010111111100100111111010011100111101101011110 | cbf93f4e7dcbf93f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)