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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蠢鴟鴟^ | 11100101101111111110100111110100111010011111010001011110 | e5bfe9f4e9f45e |
EUC-JP | 蠢鴟鴟^ | 11101010110000011111001011110110111100101111011001011110 | eac1f2f6f2f65e |
UTF-8 | 蠢鴟鴟^ | 11101000101000001010001011101001101101001001111111101001101101001001111101011110 | e8a0a2e9b49fe9b49f5e |
UHC | 蠢??^ | 1111000111100011001111110011111101011110 | f1e33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)