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{^ | 1000111101001001001111110110111001111101100011110100100100111111011011100111101101011110 | 8f493f6e7d8f493f6e7b5e |
EUC-JP | 終?n}終?n{^ | 1011110110101010001111110110111001111101101111011010101000111111011011100111101101011110 | bdaa3f6e7dbdaa3f6e7b5e |
UTF-8 | 終曆n}終曆n{^ | 1110011110110101100000101110111110100110100010110110111001111101111001111011010110000010111011111010011010001011011011100111101101011110 | e7b582efa68b6e7de7b582efa68b6e7b5e |
UHC | 終曆n}終曆n{^ | 11110000111110111110011010110111011011100111110111110000111110111110011010110111011011100111101101011110 | f0fbe6b76e7df0fbe6b76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)