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{^ | 10001110101100001000111011010001011011100111110110001110101100001000111011010001011011100111101101011110 | 8eb08ed16e7d8eb08ed16e7b5e |
EUC-JP | 鴫紗n}鴫紗n{^ | 10111100101100101011110011010011011011100111110110111100101100101011110011010011011011100111101101011110 | bcb2bcd36e7dbcb2bcd36e7b5e |
UTF-8 | 鴫紗n}鴫紗n{^ | 1110100110110100101010111110011110110100100101110110111001111101111010011011010010101011111001111011010010010111011011100111101101011110 | e9b4abe7b4976e7de9b4abe7b4976e7b5e |
UHC | ?紗n}?紗n{^ | 0011111111011110111010010110111001111101001111111101111011101001011011100111101101011110 | 3fdee96e7d3fdee96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)