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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 艤?\}艤?\{^ | 1110010001111110001111110101110001111101111001000111111000111111010111000111101101011110 | e47e3f5c7de47e3f5c7b5e |
EUC-JP | 艤?\}艤?\{^ | 1110011111011111001111110101110001111101111001111101111100111111010111000111101101011110 | e7df3f5c7de7df3f5c7b5e |
UTF-8 | 艤륦\}艤륦\{^ | 1110100010001001101001001110101110100101101001100101110001111101111010001000100110100100111010111010010110100110010111000111101101011110 | e889a4eba5a65c7de889a4eba5a65c7b5e |
UHC | 艤륦\}艤륦\{^ | 11101011111110101001000001001011010111000111110111101011111110101001000001001011010111000111101101011110 | ebfa904b5c7debfa904b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)