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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 昇ソシソ | 100011111011100011111000101111001011111111110010111110011011110010111111 | 8fb8f8bcbff2f9bcbf |
EUC-JP | 昇?ソ?シソ | 10111110101110100011111110001110101111110011111110001110101111001000111010111111 | beba3f8ebf3f8ebc8ebf |
UTF-8 | 昇ソシソ | 111001101001100010000111111011101001100110011011111011111011110110111111111011101000100010110000111011111011110110111100111011111011110110111111 | e69887ee999befbdbfee88b0efbdbcefbdbf |
UHC | 昇????? | 11100011101100000011111100111111001111110011111100111111 | e3b03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)