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{^ | 1000110111011101001111110110111001111101100011011101110100111111011011100111101101011110 | 8ddd3f6e7d8ddd3f6e7b5e |
EUC-JP | 在?n}在?n{^ | 1011101011011111001111110110111001111101101110101101111100111111011011100111101101011110 | badf3f6e7dbadf3f6e7b5e |
UTF-8 | 在뻥n}在뻥n{^ | 1110010110011100101010001110101110111011101001010110111001111101111001011001110010101000111010111011101110100101011011100111101101011110 | e59ca8ebbba56e7de59ca8ebbba56e7b5e |
UHC | 在뻥n}在뻥n{^ | 11101110101001001011101110111101011011100111110111101110101001001011101110111101011011100111101101011110 | eea4bbbd6e7deea4bbbd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)