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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 賃n}賃n{^ | 100100101100000001101110011111011001001011000000011011100111101101011110 | 92c06e7d92c06e7b5e |
EUC-JP | 賃n}賃n{^ | 110001001100001001101110011111011100010011000010011011100111101101011110 | c4c26e7dc4c26e7b5e |
UTF-8 | 賃n}賃n{^ | 1110100010110011100000110110111001111101111010001011001110000011011011100111101101011110 | e8b3836e7de8b3836e7b5e |
UHC | 賃n}賃n{^ | 111011001111110001101110011111011110110011111100011011100111101101011110 | ecfc6e7decfc6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)