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 | ゙、褞 | 111100011100100011011110101001001110010111110000 | f1c8dea4e5f0 |
EUC-JP | ?゙、褞 | 00111111100011101101111010001110101001001110101011110010 | 3f8ede8ea4eaf2 |
UTF-8 | ゙、褞 | 111011101000010110000011111011111011111010011110111011111011110110100100111010001010010010011110 | ee8583efbe9eefbda4e8a49e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)