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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | ?輕??? | 001111111110011101101010001111110011111100111111 | 3fe76a3f3f3f |
EUC-JP | 沅輕?®? | 10001111110001101110100111101101110010110011111110001111101000101110111000111111 | 8fc6e9edcb3f8fa2ee3f |
UTF-8 | 沅輕렓®렣 | 1110011010110010100001011110100010111100100101011110101110100000100100111100001010101110111010111010000010100011 | e6b285e8bc95eba093c2aeeba0a3 |
UHC | 沅輕렓®렣 | 11101010101101101100110011101110100011101010100010100010111001111000111010110100 | eab6ccee8ea8a2e78eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)