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 | 是商 | 10010000101001011000111110100100 | 90a58fa4 |
EUC-JP | 是商 | 11000000101001111011111010100110 | c0a7bea6 |
UTF-8 | 是商 | 111001101001100010101111111001011001010110000110 | e698afe59586 |
UHC | 是商 | 11100011110000001101111111000010 | e3c0dfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)