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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鴪疾鴪疾^ | 111010011111000010001110101111101110100111110000100011101011111001011110 | e9f08ebee9f08ebe5e |
EUC-JP | 鴪疾鴪疾^ | 111100101111001010111100110000001111001011110010101111001100000001011110 | f2f2bcc0f2f2bcc05e |
UTF-8 | 鴪疾鴪疾^ | 11101001101101001010101011100111100101101011111011101001101101001010101011100111100101101011111001011110 | e9b4aae796bee9b4aae796be5e |
UHC | ?疾?疾^ | 00111111111100101111000000111111111100101111000001011110 | 3ff2f03ff2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)