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 | 遙e?徇 | 11101010101000011000001010000101001111111001110001101101 | eaa182853f9c6d |
EUC-JP | 遙e?徇 | 11110100101000111010001111100101001111111101011111001110 | f4a3a3e53fd7ce |
UTF-8 | 遙e풄徇 | 111010011000000110011001111011111011110110000101111011011001001010000100111001011011111010000111 | e98199efbd85ed9284e5be87 |
UHC | 遙e풄徇 | 1110100110101011101000111110010110111110100011001110001011011111 | e9aba3e5be8ce2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)