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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | 障竡ウI^ | 10001111111000011110001010001110101100110100100101011110 | 8fe1e28eb3495e |
EUC-JP | 障竡ウI^ | 1011111011100011111000111110111010001110101100110100100101011110 | bee3e3ee8eb3495e |
UTF-8 | 障竡ウI^ | 1110100110011010100111001110011110101011101000011110111110111101101100110100100101011110 | e99a9ce7aba1efbdb3495e |
UHC | 障??I^ | 111011101010000100111111001111110100100101011110 | eea13f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)