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 | ûÛ©ûQ | 111110111101101110001110101010011111101101010001 | fbdb8ea9fb51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | ûÛ?©ûQ | 1000111110101011111001011000111110101010111001010011111110001111101000101110110110001111101010111110010101010001 | 8fabe58faae53f8fa2ed8fabe551 |
UTF-8 | ûÛ©ûQ | 1100001110111011110000111001101111000010100011101100001010101001110000111011101101010001 | c3bbc39bc28ec2a9c3bb51 |
UHC | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)