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 | ßÇ¿Ü` | 1101111111000111101111111101110001100000 | dfc7bfdc60 |
SJIS-WIN | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
EUC-JP | ßÇ¿Ü` | 10001111101010011100111010001111101010101010111010001111101000101100010010001111101010101110010001100000 | 8fa9ce8faaae8fa2c48faae460 |
UTF-8 | ßÇ¿Ü` | 110000111001111111000011100001111100001010111111110000111001110001100000 | c39fc387c2bfc39c60 |
UHC | ß?¿?` | 10101001101011000011111110100010101011110011111101100000 | a9ac3fa2af3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)