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 | ¹¯äè^ | 100011111011100110101111111001001110100001011110 | 8fb9afe4e85e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ??¯äè^ | 001111110011111110001111101000101011010010001111101010111010001110001111101010111011001001011110 | 3f3f8fa2b48faba38fabb25e |
UTF-8 | ¹¯äè^ | 1100001010001111110000101011100111000010101011111100001110100100110000111010100001011110 | c28fc2b9c2afc3a4c3a85e |
UHC | ?¹???^ | 00111111101010011111011000111111001111110011111101011110 | 3fa9f63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)