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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 驕ゥ\}驕ゥ\{^ | 1110100110000001101010010101110001111101111010011000000110101001010111000111101101011110 | e981a95c7de981a95c7b5e |
EUC-JP | 驕ゥ\}驕ゥ\{^ | 11110001111000011000111010101001010111000111110111110001111000011000111010101001010111000111101101011110 | f1e18ea95c7df1e18ea95c7b5e |
UTF-8 | 驕ゥ\}驕ゥ\{^ | 1110100110101001100101011110111110111101101010010101110001111101111010011010100110010101111011111011110110101001010111000111101101011110 | e9a995efbda95c7de9a995efbda95c7b5e |
UHC | 驕?\}驕?\{^ | 1100111011110110001111110101110001111101110011101111011000111111010111000111101101011110 | cef63f5c7dcef63f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)