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 | ?輕?裸 | 001111111110011101101010001111111001011110000111 | 3fe76a3f9787 |
EUC-JP | 沅輕?裸 | 1000111111000110111010011110110111001011001111111100110111100111 | 8fc6e9edcb3fcde7 |
UTF-8 | 沅輕렓裸 | 111001101011001010000101111010001011110010010101111010111010000010010011111010001010001110111000 | e6b285e8bc95eba093e8a3b8 |
UHC | 沅輕렓裸 | 1110101010110110110011001110111010001110101010001101010110100011 | eab6ccee8ea8d5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)