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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 踟系踟系B | 111001101111011110001100011011101110011011110111100011000110111001000010 | e6f78c6ee6f78c6e42 |
EUC-JP | 踟系踟系B | 111011001111100110110111110011111110110011111001101101111100111101000010 | ecf9b7cfecf9b7cf42 |
UTF-8 | 踟系踟系B | 11101000101110001001111111100111101100111011101111101000101110001001111111100111101100111011101101000010 | e8b89fe7b3bbe8b89fe7b3bb42 |
UHC | ?系?系B | 00111111110011011010011100111111110011011010011101000010 | 3fcda73fcda742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)