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{^ | 1001000010101111001111110110111001111101100100001010111100111111011011100111101101011110 | 90af3f6e7d90af3f6e7b5e |
EUC-JP | 星?n}星?n{^ | 1100000010110001001111110110111001111101110000001011000100111111011011100111101101011110 | c0b13f6e7dc0b13f6e7b5e |
UTF-8 | 星쉁n}星쉁n{^ | 1110011010011000100111111110110010001001100000010110111001111101111001101001100010011111111011001000100110000001011011100111101101011110 | e6989fec89816e7de6989fec89816e7b5e |
UHC | 星쉁n}星쉁n{^ | 11100000111110001001101001010110011011100111110111100000111110001001101001010110011011100111101101011110 | e0f89a566e7de0f89a566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)