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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陷ゥ莠・陋、 | 111010001001110010101001111001001011101010100101111010001001101110100100 | e89ca9e4baa5e89ba4 |
EUC-JP | 陷ゥ莠・陋、 | 111011111111110010001110101010011110100010111100100011101010010111101111111110111000111010100100 | effc8ea9e8bc8ea5effb8ea4 |
UTF-8 | 陷ゥ莠・陋、 | 111010011001100110110111111011111011110110101001111010001000111010100000111011111011110110100101111010011001100110001011111011111011110110100100 | e999b7efbda9e88ea0efbda5e9998befbda4 |
UHC | 陷???陋? | 1111100111101000001111110011111100111111110101111011000000111111 | f9e83f3f3fd7b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)