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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 髫矩宦繝セB | 11101001100110101000101111101001100110111000000111100011100000111011111001000010 | e99a8be99b81e383be42 |
EUC-JP | 髫矩宦繝セB | 1111000111111010101101101110101111010101111000011110010111100011100011101011111001000010 | f1fab6ebd5e1e5e38ebe42 |
UTF-8 | 髫矩宦繝セB | 11101001101010111010101111100111100111111010100111100101101011101010011011100111101110011001110111101111101111011011111001000010 | e9ababe79fa9e5aea6e7b99defbdbe42 |
UHC | ?矩宦??B | 0011111111001111101110111111110010110010001111110011111101000010 | 3fcfbbfcb23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)