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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 齎}齎{^ | 11100110110110000111110111100110110110000111101101011110 | e6d87de6d87b5e |
EUC-JP | 齎}齎{^ | 11101100110110100111110111101100110110100111101101011110 | ecda7decda7b5e |
UTF-8 | 齎}齎{^ | 111010011011110110001110011111011110100110111101100011100111101101011110 | e9bd8e7de9bd8e7b5e |
UHC | 齎}齎{^ | 11101110101100100111110111101110101100100111101101011110 | eeb27deeb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)