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 | 赳寂揃粤 | 1110011011100000100011101110001010010001101101011110001011100011 | e6e08ee291b5e2e3 |
EUC-JP | 赳寂揃粤 | 1110110011100010101111001110010011000010101101111110010011100101 | ece2bce4c2b7e4e5 |
UTF-8 | 赳寂揃粤 | 111010001011010110110011111001011010111110000010111001101000111110000011111001111011001010100100 | e8b5b3e5af82e68f83e7b2a4 |
UHC | 赳寂?? | 110100001010111111101110110101100011111100111111 | d0afeed63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)