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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 煬寒 | 11100000100011001000101010100110 | e08c8aa6 |
EUC-JP | 煬寒 | 11011111111011001011010010101000 | dfecb4a8 |
UTF-8 | 煬寒 | 111001111000010110101100111001011010111110010010 | e785ace5af92 |
UHC | 煬寒 | 11100101110010011111100111001110 | e5c9f9ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)