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{^ | 100100111000110001101110011111011001001110001100011011100111101101011110 | 938c6e7d938c6e7b5e |
EUC-JP | 東n}東n{^ | 110001011110110001101110011111011100010111101100011011100111101101011110 | c5ec6e7dc5ec6e7b5e |
UTF-8 | 東n}東n{^ | 1110011010011101101100010110111001111101111001101001110110110001011011100111101101011110 | e69db16e7de69db16e7b5e |
UHC | 東n}東n{^ | 110101001101010001101110011111011101010011010100011011100111101101011110 | d4d46e7dd4d46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)