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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薔?檍??? | 1110010101001011001111111001111011111000001111110011111100111111 | e54b3f9ef83f3f3f |
EUC-JP | 薔?檍??? | 1110100110101100001111111101110011111010001111110011111100111111 | e9ac3fdcfa3f3f3f |
UTF-8 | 薔렡檍렭뤋퀚 | 111010001001011010010100111010111010000010100001111001101010101010001101111010111010000010101101111010111010010010001011111011011000000010011010 | e89694eba0a1e6aa8deba0adeba48bed809a |
UHC | 薔렡檍렭뤋퀚 | 111011011111100110001110101100101110010111100101100011101011101010001111101110111011001110001110 | edf98eb2e5e58eba8fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)