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 | 陟サ謠。 | 111010001010000010111011111001101000111110100001 | e8a0bbe68fa1 |
EUC-JP | 陟サ謠。 | 1111000010100010100011101011101111101011111011111000111010100001 | f0a28ebbebef8ea1 |
UTF-8 | 陟サ謠。 | 111010011001100110011111111011111011110110111011111010001010110010100000111011111011110110100001 | e9999fefbdbbe8aca0efbda1 |
UHC | 陟?謠? | 111101001011001100111111111010011010101000111111 | f4b33fe9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)