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 | 穩ц?蜈 | 11100010011100101000010010001000001111111110010110000101 | e27284883fe585 |
EUC-JP | 穩ц?蜈 | 11100011110100111010011111101000001111111110100111100101 | e3d3a7e83fe9e5 |
UTF-8 | 穩ц퐶蜈 | 1110011110101001101010011101000110000110111011011001000010110110111010001001110010001000 | e7a9a9d186ed90b6e89c88 |
UHC | 穩ц퐶蜈 | 1110100010110001101011001110100010111101100111111110100010100101 | e8b1ace8bd9fe8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)