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{^ | 1001000111101001001111110110111001111101100100011110100100111111011011100111101101011110 | 91e93f6e7d91e93f6e7b5e |
EUC-JP | 鷹?n}鷹?n{^ | 1100001011101011001111110110111001111101110000101110101100111111011011100111101101011110 | c2eb3f6e7dc2eb3f6e7b5e |
UTF-8 | 鷹옙n}鷹옙n{^ | 1110100110110111101110011110110010011000100110010110111001111101111010011011011110111001111011001001100010011001011011100111101101011110 | e9b7b9ec98996e7de9b7b9ec98996e7b5e |
UHC | 鷹옙n}鷹옙n{^ | 11101011111011011011111110111101011011100111110111101011111011011011111110111101011011100111101101011110 | ebedbfbd6e7debedbfbd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)