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 | 謁? | 100010010111100100111111 | 89793f |
EUC-JP | 謁? | 101100011101101000111111 | b1da3f |
UTF-8 | 謁윎 | 111010001010110010000001111011001001110010001110 | e8ac81ec9c8e |
UHC | 謁윎 | 11100100110101111001111110010101 | e4d79f95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)