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 | æģP^ | 1000111011000011101001101100010010001110101000110101000001011110 | 8ec3a6c48ea3505e |
SJIS-WIN | ?????£P^ | 001111110011111100111111001111110011111110000001100100100101000001011110 | 3f3f3f3f3f8192505e |
EUC-JP | ?æÄ?£P^ | 001111111000111110101010101010101000111110100010110000111000111110101010101000110011111110100001111100100101000001011110 | 3f8faaaa8fa2c38faaa33fa1f2505e |
UTF-8 | æģP^ | 1100001010001110110000111000001111000010101001101100001110000100110000101000111011000010101000110101000001011110 | c28ec383c2a6c384c28ec2a3505e |
UHC | ??????P^ | 0011111100111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f3f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)