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 | 10001110101111110011111110001110101111110011111101000010 | 8ebf3f8ebf3f42 |
EUC-JP | 質?質?B | 10111100110000010011111110111100110000010011111101000010 | bcc13fbcc13f42 |
UTF-8 | 質罹質罹B | 11101000101100111010101011101111101001111010011011101000101100111010101011101111101001111010011001000010 | e8b3aaefa7a6e8b3aaefa7a642 |
UHC | 質罹質罹B | 111100101111010111101100101110101111001011110101111011001011101001000010 | f2f5ecbaf2f5ecba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)