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 | ?????a^ | 00111111001111110011111100111111001111110110000101011110 | 3f3f3f3f3f615e |
SJIS-WIN | ?匡???a^ | 0011111110001011101001110011111100111111001111110110000101011110 | 3f8ba73f3f3f615e |
EUC-JP | ?匡???a^ | 0011111110110110101010010011111100111111001111110110000101011110 | 3fb6a93f3f3f615e |
UTF-8 | 렺匡렡렻렔a^ | 1110101110100000101110101110010110001100101000011110101110100000101000011110101110100000101110111110101110100000100101000110000101011110 | eba0bae58ca1eba0a1eba0bbeba094615e |
UHC | 렺匡렡렻렔a^ | 100011101100001011001110110001001000111010110010100011101100001110001110101010010110000101011110 | 8ec2cec48eb28ec38ea9615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)