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 | 游?紆 | 1001111111100000001111111110001011111100 | 9fe03fe2fc |
EUC-JP | 游?紆 | 1101111011100010001111111110010011111110 | dee23fe4fe |
UTF-8 | 游렋紆 | 111001101011100010111000111010111010000010001011111001111011010010000110 | e6b8b8eba08be7b486 |
UHC | 游렋紆 | 111010101111110110001110101000101110100111100001 | eafd8ea2e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)