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 | ë¬`Q] | 111010111010110010101101011000000101000101011101 | ebacad60515d |
SJIS-WIN | ?¬?`Q] | 00111111100000011100101000111111011000000101000101011101 | 3f81ca3f60515d |
EUC-JP | �`Q] | 100011111010101110110011101000101100110000111111011000000101000101011101 | 8fabb3a2cc3f60515d |
UTF-8 | ë¬`Q] | 110000111010101111000010101011001100001010101101011000000101000101011101 | c3abc2acc2ad60515d |
UHC | ??`Q] | 00111111001111111010000110101001011000000101000101011101 | 3f3fa1a960515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)