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 | 篠軸借 | 100011101100001010001110101100101000111011011000 | 8ec28eb28ed8 |
EUC-JP | 篠軸借 | 101111001100010010111100101101001011110011011010 | bcc4bcb4bcda |
UTF-8 | 篠軸借 | 111001111010111110100000111010001011101110111000111001011000000010011111 | e7afa0e8bbb8e5809f |
UHC | 篠軸借 | 111000011100011011110101111011101111001110101000 | e1c6f5eef3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)