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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 調褐蹈 | 100100101011001010001010100011001110011101000100 | 92b28a8ce744 |
EUC-JP | 調褐蹈 | 110001001011010010110011111011001110110110100101 | c4b4b3eceda5 |
UTF-8 | 調褐蹈 | 111010001010101010111111111010001010010010010000111010001011100110001000 | e8aabfe8a490e8b988 |
UHC | 調褐蹈 | 111100001110000011001010111010001101010010110000 | f0e0cae8d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)