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{^ | 1001110011001000001111110110111001111101100111001100100000111111011011100111101101011110 | 9cc83f6e7d9cc83f6e7b5e |
EUC-JP | 慂?n}慂?n{^ | 1101100011001010001111110110111001111101110110001100101000111111011011100111101101011110 | d8ca3f6e7dd8ca3f6e7b5e |
UTF-8 | 慂쬥n}慂쬥n{^ | 1110011010000101100000101110110010101100101001010110111001111101111001101000010110000010111011001010110010100101011011100111101101011110 | e68582ecaca56e7de68582ecaca56e7b5e |
UHC | 慂쬥n}慂쬥n{^ | 11101001101111011010011101010110011011100111110111101001101111011010011101010110011011100111101101011110 | e9bda7566e7de9bda7566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)