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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湿質嬢ヨ^ | 1000111010111100100011101011111110001111111011001101011001011110 | 8ebc8ebf8fecd65e |
EUC-JP | 湿質嬢ヨ^ | 101111001011111010111100110000011011111011101110100011101101011001011110 | bcbebcc1beee8ed65e |
UTF-8 | 湿質嬢ヨ^ | 11100110101110011011111111101000101100111010101011100101101011001010001011101111101111101001011001011110 | e6b9bfe8b3aae5aca2efbe965e |
UHC | ?質??^ | 001111111111001011110101001111110011111101011110 | 3ff2f53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)