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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 覓傑キ覓 | 1110011001001011100011001000011010000011010011001110011001001011 | e64b8c86834ce64b |
EUC-JP | 覓傑キ覓 | 1110101110101100101101111110011010100101101011011110101110101100 | ebacb7e6a5adebac |
UTF-8 | 覓傑キ覓 | 111010001010011010010011111001011000001010010001111000111000001010101101111010001010011010010011 | e8a693e58291e382ade8a693 |
UHC | 覓傑キ覓 | 1101100011110010110010111111100010101011101011011101100011110010 | d8f2cbf8abadd8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)