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^ | 1110100011011111100101001110100010100010100101100110010101011110 | e8df94e8a296655e |
SJIS-WIN | ????¢?e^ | 001111110011111100111111001111111000000110010001001111110110010101011110 | 3f3f3f3f81913f655e |
EUC-JP | èß?è¢?e^ | 100011111010101110110010100011111010100111001110001111111000111110101011101100101010000111110001001111110110010101011110 | 8fabb28fa9ce3f8fabb2a1f13f655e |
UTF-8 | èßè¢e^ | 1100001110101000110000111001111111000010100101001100001110101000110000101010001011000010100101100110010101011110 | c3a8c39fc294c3a8c2a2c296655e |
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)