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 | 澹糅 | 11100000010101111110001011110000 | e057e2f0 |
EUC-JP | 澹糅 | 11011111101110001110010011110010 | dfb8e4f2 |
UTF-8 | 澹糅 | 111001101011111010111001111001111011001110000101 | e6beb9e7b385 |
UHC | 澹? | 110100111100001000111111 | d3c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)