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 | 嬢ヨ嬢ヨ^ | 10001111111011001101011010001111111011001101011001011110 | 8fecd68fecd65e |
EUC-JP | 嬢ヨ嬢ヨ^ | 101111101110111010001110110101101011111011101110100011101101011001011110 | beee8ed6beee8ed65e |
UTF-8 | 嬢ヨ嬢ヨ^ | 11100101101011001010001011101111101111101001011011100101101011001010001011101111101111101001011001011110 | e5aca2efbe96e5aca2efbe965e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)