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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 冓軋髑 | 100110010110100111100111011000011110100110010001 | 9969e761e991 |
EUC-JP | 冓軋髑 | 110100011100101011101101110000101111000111110001 | d1caedc2f1f1 |
UTF-8 | 冓軋髑 | 111001011000011010010011111010001011101110001011111010011010101110010001 | e58693e8bb8be9ab91 |
UHC | ?軋? | 00111111111001001101100000111111 | 3fe4d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)