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 | èßè¢@h | 1110100011011111100101001110100010100010100101100100000001101000 | e8df94e8a2964068 |
SJIS-WIN | ????¢?@h | 001111110011111100111111001111111000000110010001001111110100000001101000 | 3f3f3f3f81913f4068 |
EUC-JP | èß?è¢?@h | 100011111010101110110010100011111010100111001110001111111000111110101011101100101010000111110001001111110100000001101000 | 8fabb28fa9ce3f8fabb2a1f13f4068 |
UTF-8 | èßè¢@h | 1100001110101000110000111001111111000010100101001100001110101000110000101010001011000010100101100100000001101000 | c3a8c39fc294c3a8c2a2c2964068 |
UHC | ?ß????@h | 001111111010100110101100001111110011111100111111001111110100000001101000 | 3fa9ac3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)