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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 昇ー渧疾^ | 10001111101110001111100010001110101100001111101101001000100011101011111001011110 | 8fb8f88eb0fb488ebe5e |
EUC-JP | 昇?ー渧疾^ | 1011111010111010001111111000111010110000100011111100011111101011101111001100000001011110 | beba3f8eb08fc7ebbcc05e |
UTF-8 | 昇ー渧疾^ | 11100110100110001000011111101110100110001010110111101111101111011011000011100110101110001010011111100111100101101011111001011110 | e69887ee98adefbdb0e6b8a7e796be5e |
UHC | 昇???疾^ | 1110001110110000001111110011111100111111111100101111000001011110 | e3b03f3f3ff2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)