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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 淅絮}淅絮{^ | 1001111111000110111000110101000001111101100111111100011011100011010100000111101101011110 | 9fc6e3507d9fc6e3507b5e |
EUC-JP | 淅絮}淅絮{^ | 1101111011001000111001011011000101111101110111101100100011100101101100010111101101011110 | dec8e5b17ddec8e5b17b5e |
UTF-8 | 淅絮}淅絮{^ | 111001101011011110000101111001111011010110101110011111011110011010110111100001011110011110110101101011100111101101011110 | e6b785e7b5ae7de6b785e7b5ae7b5e |
UHC | 淅絮}淅絮{^ | 1110000010110010110111111111110001111101111000001011001011011111111111000111101101011110 | e0b2dffc7de0b2dffc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)