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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 質?津?^ | 10001110101111110011111110010010110000110011111101011110 | 8ebf3f92c33f5e |
EUC-JP | 質?津?^ | 10111100110000010011111111000100110001010011111101011110 | bcc13fc4c53f5e |
UTF-8 | 質렟津렏^ | 11101000101100111010101011101011101000001001111111100110101101001010010111101011101000001000111101011110 | e8b3aaeba09fe6b4a5eba08f5e |
UHC | 質렟津렏^ | 111100101111010110001110101100001111001011010000100011101010010101011110 | f2f58eb0f2d08ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)