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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆ャ鄂キ褻 | 1110100011110111101011001110011110111101101101111110010111110110 | e8f7ace7bdb7e5f6 |
EUC-JP | 顆ャ鄂キ褻 | 11110000111110011000111010101100111011101011111110001110101101111110101011111000 | f0f98eaceebf8eb7eaf8 |
UTF-8 | 顆ャ鄂キ褻 | 111010011010000110000110111011111011110110101100111010011000010010000010111011111011110110110111111010001010010010111011 | e9a186efbdace98482efbdb7e8a4bb |
UHC | 顆?鄂?褻 | 1100111010101000001111111110010011000111001111111110000011100001 | cea83fe4c73fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)