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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 雜∵エサ陝ケB | 11101000101101101000000111100110101101001011101111101000100111111011100101000010 | e8b681e6b4bbe89fb942 |
EUC-JP | 雜∵エサ陝ケB | 11110000101110001010001011101000100011101011010010001110101110111111000010100001100011101011100101000010 | f0b8a2e88eb48ebbf0a18eb942 |
UTF-8 | 雜∵エサ陝ケB | 11101001100110111001110011100010100010001011010111101111101111011011010011101111101111011011101111101001100110011001110111101111101111011011100101000010 | e99b9ce288b5efbdb4efbdbbe9999defbdb942 |
UHC | 雜∵??陝?B | 11101101110110101010000111110001001111110011111111100000111011010011111101000010 | eddaa1f13f3fe0ed3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)