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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 晁[}晁[{^ | 100111011110100001011011011111011001110111101000010110110111101101011110 | 9de85b7d9de85b7b5e |
EUC-JP | 晁[}晁[{^ | 110110101110101001011011011111011101101011101010010110110111101101011110 | daea5b7ddaea5b7b5e |
UTF-8 | 晁[}晁[{^ | 1110011010011001100000010101101101111101111001101001100110000001010110110111101101011110 | e699815b7de699815b7b5e |
UHC | 晁[}晁[{^ | 111100001100010101011011011111011111000011000101010110110111101101011110 | f0c55b7df0c55b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)