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 | ??± | 001111110011111110110001 | 3f3fb1 |
SJIS-WIN | 鳶?± | 1001001111001110001111111000000101111101 | 93ce3f817d |
EUC-JP | 鳶?± | 1100011011010000001111111010000111011110 | c6d03fa1de |
UTF-8 | 鳶⒴± | 1110100110110011101101101110001010010010101101001100001010110001 | e9b3b6e292b4c2b1 |
UHC | 鳶⒴± | 111001101110100110101001111001011010000110111110 | e6e9a9e5a1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)