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 | ¸ü¤RE | 10001111101110001111110010001110101001000101001001000101 | 8fb8fc8ea45245 |
SJIS-WIN | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
EUC-JP | ?¸ü?¤RE | 00111111100011111010001010110001100011111010101111100100001111111000111110100010111100000101001001000101 | 3f8fa2b18fabe43f8fa2f05245 |
UTF-8 | ¸ü¤RE | 110000101000111111000010101110001100001110111100110000101000111011000010101001000101001001000101 | c28fc2b8c3bcc28ec2a45245 |
UHC | ?¸??¤RE | 001111111010001010101100001111110011111110100010101101000101001001000101 | 3fa2ac3f3fa2b45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)