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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薛器宗膰 | 1110010101001100100010101110110110001111010000001110010001010111 | e54c8aed8f40e457 |
EUC-JP | 薛器宗膰 | 1110100110101101101101001110111110111101101000011110011110111000 | e9adb4efbda1e7b8 |
UTF-8 | 薛器宗膰 | 111010001001011010011011111001011001100110101000111001011010111010010111111010001000011010110000 | e8969be599a8e5ae97e886b0 |
UHC | 薛器宗? | 11100000111000001101000011101111111100001111001100111111 | e0e0d0eff0f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)