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 | 釶イ魏「 | 111001111101111110110010111010011011000010100010 | e7dfb2e9b0a2 |
EUC-JP | 釶イ魏「 | 1110111011100001100011101011001011110010101100101000111010100010 | eee18eb2f2b28ea2 |
UTF-8 | 釶イ魏「 | 111010011000011110110110111011111011110110110010111010011010110110001111111011111011110110100010 | e987b6efbdb2e9ad8fefbda2 |
UHC | ??魏? | 0011111100111111111010101110000000111111 | 3f3feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)