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 | 約??徇 | 100101101111000100111111001111111001110001101101 | 96f13f3f9c6d |
EUC-JP | 約??徇 | 110011001111001100111111001111111101011111001110 | ccf33f3fd7ce |
UTF-8 | 約들숱徇 | 111001111011010010000100111010111001001110100100111011001000100010110001111001011011111010000111 | e7b484eb93a4ec88b1e5be87 |
UHC | 約들숱徇 | 1110010110110011101101011110100110111101101000101110001011011111 | e5b3b5e9bda2e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)