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 | èßè³F | 11101000110111111001010011101000101100111000101001000110 | e8df94e8b38a46 |
SJIS-WIN | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
EUC-JP | èß?è??F | 10001111101010111011001010001111101010011100111000111111100011111010101110110010001111110011111101000110 | 8fabb28fa9ce3f8fabb23f3f46 |
UTF-8 | èßè³F | 11000011101010001100001110011111110000101001010011000011101010001100001010110011110000101000101001000110 | c3a8c39fc294c3a8c2b3c28a46 |
UHC | ?ß??³?F | 001111111010100110101100001111110011111110101001111110000011111101000110 | 3fa9ac3f3fa9f83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)