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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 驩玲ソ、BF | 1110100110001001100101111110011010111111101001000100001001000110 | e98997e6bfa44246 |
EUC-JP | 驩玲ソ、BF | 11110001111010011100111011101000100011101011111110001110101001000100001001000110 | f1e9cee88ebf8ea44246 |
UTF-8 | 驩玲ソ、BF | 1110100110101001101010011110011110001110101100101110111110111101101111111110111110111101101001000100001001000110 | e9a9a9e78eb2efbdbfefbda44246 |
UHC | 驩玲??BF | 1111110010111110110101101011110000111111001111110100001001000110 | fcbed6bc3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)