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 | 﨓脛[}﨓脛[{^ | 11111010111010001110001111111000010110110111110111111010111010001110001111111000010110110111101101011110 | fae8e3f85b7dfae8e3f85b7b5e |
EUC-JP | ?脛[}?脛[{^ | 0011111111100110111110100101101101111101001111111110011011111010010110110111101101011110 | 3fe6fa5b7d3fe6fa5b7b5e |
UTF-8 | 﨓脛[}﨓脛[{^ | 1110111110101000100100111110100010000100100110110101101101111101111011111010100010010011111010001000010010011011010110110111101101011110 | efa893e8849b5b7defa893e8849b5b7b5e |
UHC | ?脛[}?脛[{^ | 0011111111001100111010110101101101111101001111111100110011101011010110110111101101011110 | 3fcceb5b7d3fcceb5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)