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 | ãá¼²^ | 100011111110001111100001101111001011001001011110 | 8fe3e1bcb25e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?ãá??^ | 00111111100011111010101110101010100011111010101110100001001111110011111101011110 | 3f8fabaa8faba13f3f5e |
UTF-8 | ãá¼²^ | 1100001010001111110000111010001111000011101000011100001010111100110000101011001001011110 | c28fc3a3c3a1c2bcc2b25e |
UHC | ???¼²^ | 0011111100111111001111111010100011111001101010011111011101011110 | 3f3f3fa8f9a9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)