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 | ò³âÚ^ | 1111001010110011111000101101101001011110 | f2b3e2da5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ò?âÚ^ | 1000111110101011110100100011111110001111101010111010010010001111101010101110001001011110 | 8fabd23f8faba48faae25e |
UTF-8 | ò³âÚ^ | 110000111011001011000010101100111100001110100010110000111001101001011110 | c3b2c2b3c3a2c39a5e |
UHC | ?³??^ | 001111111010100111111000001111110011111101011110 | 3fa9f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)