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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驩臥濫^ | 11101001100010011000100111100111100101111001010001011110 | e98989e797945e |
EUC-JP | 驩臥濫^ | 11110001111010011011001011101001110011011111010001011110 | f1e9b2e9cdf45e |
UTF-8 | 驩臥濫^ | 11101001101010011010100111101000100001111010010111100110101111111010101101011110 | e9a9a9e887a5e6bfab5e |
UHC | 驩臥濫^ | 11111100101111101110100011000010110101011011110101011110 | fcbee8c2d5bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)