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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逎щ宛襞 | 1110011110100011100001001000101110001000101101101110010111111100 | e7a3848b88b6e5fc |
EUC-JP | 逎щ宛襞 | 1110111010100101101001111110101110110000101110001110101011111110 | eea5a7ebb0b8eafe |
UTF-8 | 逎щ宛襞 | 1110100110000000100011101101000110001001111001011010111010011011111010001010010110011110 | e9808ed189e5ae9be8a59e |
UHC | ?щ宛? | 001111111010110011101011111010001100100000111111 | 3facebe8c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)