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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 鮑奠勞竇ケ{d | 1110100110111000100110101111100110011001101001111110001010000101101110010111101101100100 | e9b89af999a7e285b97b64 |
EUC-JP | 鮑奠勞竇ケ{d | 111100101011101011010100111110111101001010101001111000111110010110001110101110010111101101100100 | f2bad4fbd2a9e3e58eb97b64 |
UTF-8 | 鮑奠勞竇ケ{d | 1110100110101110100100011110010110100101101000001110010110001011100111101110011110101011100001111110111110111101101110010111101101100100 | e9ae91e5a5a0e58b9ee7ab87efbdb97b64 |
UHC | 鮑奠勞竇?{d | 1111100011101010111011101111010111010110110011001101010011100100001111110111101101100100 | f8eaeef5d6ccd4e43f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)