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{^ | 1001101110010010001111110110111001111101100110111001001000111111011011100111101101011110 | 9b923f6e7d9b923f6e7b5e |
EUC-JP | 將?n}將?n{^ | 1101010111110010001111110110111001111101110101011111001000111111011011100111101101011110 | d5f23f6e7dd5f23f6e7b5e |
UTF-8 | 將뻥n}將뻥n{^ | 1110010110110000100001111110101110111011101001010110111001111101111001011011000010000111111010111011101110100101011011100111101101011110 | e5b087ebbba56e7de5b087ebbba56e7b5e |
UHC | 將뻥n}將뻥n{^ | 11101101111000101011101110111101011011100111110111101101111000101011101110111101011011100111101101011110 | ede2bbbd6e7dede2bbbd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)