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 | 蛟溯ウェ竇ケ | 111001011000000010011111111010001011001110101010111000101000010110111001 | e5809fe8b3aae285b9 |
EUC-JP | 蛟溯ウェ竇ケ | 111010011110000011011110111010101000111010110011100011101010101011100011111001011000111010111001 | e9e0deea8eb38eaae3e58eb9 |
UTF-8 | 蛟溯ウェ竇ケ | 111010001001101110011111111001101011101010101111111011111011110110110011111011111011110110101010111001111010101110000111111011111011110110111001 | e89b9fe6baafefbdb3efbdaae7ab87efbdb9 |
UHC | 蛟溯??竇? | 110011101111000111100001101111010011111100111111110101001110010000111111 | cef1e1bd3f3fd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)