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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 讙雅ゥエ郛コ^ | 11100110101010101000100111101011101010011011010011100111101111001011101001011110 | e6aa89eba9b4e7bcba5e |
EUC-JP | 讙雅ゥエ郛コ^ | 11101100101011001011001011101101100011101010100110001110101101001110111010111110100011101011101001011110 | ecacb2ed8ea98eb4eebe8eba5e |
UTF-8 | 讙雅ゥエ郛コ^ | 11101000101011101001100111101001100110111000010111101111101111011010100111101111101111011011010011101001100000111001101111101111101111011011101001011110 | e8ae99e99b85efbda9efbdb4e9839befbdba5e |
UHC | ?雅????^ | 0011111111100100101110100011111100111111001111110011111101011110 | 3fe4ba3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)