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 | ?????kG | 00111111001111110011111100111111001111110110101101000111 | 3f3f3f3f3f6b47 |
SJIS-WIN | ?匡???kG | 0011111110001011101001110011111100111111001111110110101101000111 | 3f8ba73f3f3f6b47 |
EUC-JP | ?匡???kG | 0011111110110110101010010011111100111111001111110110101101000111 | 3fb6a93f3f3f6b47 |
UTF-8 | 렺匡렡렻렔kG | 1110101110100000101110101110010110001100101000011110101110100000101000011110101110100000101110111110101110100000100101000110101101000111 | eba0bae58ca1eba0a1eba0bbeba0946b47 |
UHC | 렺匡렡렻렔kG | 100011101100001011001110110001001000111010110010100011101100001110001110101010010110101101000111 | 8ec2cec48eb28ec38ea96b47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)