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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 齏獺] | 1110100011101011111000001101101001011101 | e8ebe0da5d |
EUC-JP | 齏獺] | 1111000011101101111000001101110001011101 | f0ede0dc5d |
UTF-8 | 齏獺] | 11101001101111011000111111100111100011011011101001011101 | e9bd8fe78dba5d |
UHC | ?獺] | 00111111110100111011011101011101 | 3fd3b75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)