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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 驕年^ | 1110100110000001100101000100111001011110 | e981944e5e |
EUC-JP | 驕年^ | 1111000111100001110001111010111101011110 | f1e1c7af5e |
UTF-8 | 驕年^ | 11101001101010011001010111100101101110011011010001011110 | e9a995e5b9b45e |
UHC | 驕年^ | 1100111011110110110100101011010001011110 | cef6d2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)