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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 艤?[}艤?[{^ | 1110010001111110001111110101101101111101111001000111111000111111010110110111101101011110 | e47e3f5b7de47e3f5b7b5e |
EUC-JP | 艤?[}艤?[{^ | 1110011111011111001111110101101101111101111001111101111100111111010110110111101101011110 | e7df3f5b7de7df3f5b7b5e |
UTF-8 | 艤렑[}艤렑[{^ | 1110100010001001101001001110101110100000100100010101101101111101111010001000100110100100111010111010000010010001010110110111101101011110 | e889a4eba0915b7de889a4eba0915b7b5e |
UHC | 艤렑[}艤렑[{^ | 11101011111110101000111010100110010110110111110111101011111110101000111010100110010110110111101101011110 | ebfa8ea65b7debfa8ea65b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)