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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 隨鷹辨^ | 11100111101011001001000111101001100110011001111001011110 | e7ac91e9999e5e |
EUC-JP | 隨鷹辨^ | 11101110101011101100001011101011110100011111111001011110 | eeaec2ebd1fe5e |
UTF-8 | 隨鷹辨^ | 11101001100110101010100011101001101101111011100111101000101111101010100001011110 | e99aa8e9b7b9e8bea85e |
UHC | 隨鷹辨^ | 11100010110010111110101111101101110111001010100101011110 | e2cbebeddca95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)