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 | 暉絲 | 10011101111101001110001101001110 | 9df4e34e |
EUC-JP | 暉絲 | 11011010111101101110010110101111 | daf6e5af |
UTF-8 | 暉絲 | 111001101001101010001001111001111011010110110010 | e69a89e7b5b2 |
UHC | 暉絲 | 11111101110001111101111011101010 | fdc7deea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)