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 | 殃?[}殃?[{^ | 1001111101101001001111110101101101111101100111110110100100111111010110110111101101011110 | 9f693f5b7d9f693f5b7b5e |
EUC-JP | 殃?[}殃?[{^ | 1101110111001010001111110101101101111101110111011100101000111111010110110111101101011110 | ddca3f5b7dddca3f5b7b5e |
UTF-8 | 殃뾈[}殃뾈[{^ | 1110011010101110100000111110101110111110100010000101101101111101111001101010111010000011111010111011111010001000010110110111101101011110 | e6ae83ebbe885b7de6ae83ebbe885b7b5e |
UHC | 殃뾈[}殃뾈[{^ | 11100100111010101001011101000110010110110111110111100100111010101001011101000110010110110111101101011110 | e4ea97465b7de4ea97465b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)