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 | 焏情槙浯 | 1111101101010011100011111110111010010110100010101111101011111100 | fb538fee968afafc |
EUC-JP | 焏情槙浯 | 10001111110010011110100110111110111100001100101111101010100011111100011111000011 | 8fc9e9bef0cbea8fc7c3 |
UTF-8 | 焏情槙浯 | 111001111000010010001111111001101000001110000101111001101010011110011001111001101011010110101111 | e7848fe68385e6a799e6b5af |
UHC | ?情?? | 0011111111101111110101110011111100111111 | 3fefd73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)