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 | 1110011110001011101111001110100010000110101000110101001001000101 | e78bbce886a35245 |
SJIS-WIN | ?????£RE | 001111110011111100111111001111110011111110000001100100100101001001000101 | 3f3f3f3f3f81925245 |
EUC-JP | ç??è?£RE | 10001111101010111010111000111111001111111000111110101011101100100011111110100001111100100101001001000101 | 8fabae3f3f8fabb23fa1f25245 |
UTF-8 | ç¼è£RE | 1100001110100111110000101000101111000010101111001100001110101000110000101000011011000010101000110101001001000101 | c3a7c28bc2bcc3a8c286c2a35245 |
UHC | ??¼???RE | 001111110011111110101000111110010011111100111111001111110101001001000101 | 3f3fa8f93f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)