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 | åßìµe^ | 1110010111011111100000011110110010011010101101010110010101011110 | e5df81ec9ab5655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | åß?ì??e^ | 1000111110101011101010011000111110101001110011100011111110001111101010111100000000111111001111110110010101011110 | 8faba98fa9ce3f8fabc03f3f655e |
UTF-8 | åßìµe^ | 1100001110100101110000111001111111000010100000011100001110101100110000101001101011000010101101010110010101011110 | c3a5c39fc281c3acc29ac2b5655e |
UHC | ?ß????e^ | 001111111010100110101100001111110011111100111111001111110110010101011110 | 3fa9ac3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)