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 | 要ε?縊 | 10010111011101101000001111000011001111111110001101101111 | 977683c33fe36f |
EUC-JP | 要ε?縊 | 11001101110101111010011011000101001111111110010111010000 | cdd7a6c53fe5d0 |
UTF-8 | 要ε뙷縊 | 1110100010100110100000011100111010110101111010111001100110110111111001111011100010001010 | e8a681ceb5eb99b7e7b88a |
UHC | 要ε뙷縊 | 1110100110101001101001011110010110001100101110101110010011111100 | e9a9a5e58cbae4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)