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 | ?帽[}?帽[{^ | 0011111110010110010110000101101101111101001111111001011001011000010110110111101101011110 | 3f96585b7d3f96585b7b5e |
EUC-JP | ?帽[}?帽[{^ | 0011111111001011101110010101101101111101001111111100101110111001010110110111101101011110 | 3fcbb95b7d3fcbb95b7b5e |
UTF-8 | 騈帽[}騈帽[{^ | 1110100110101000100010001110010110111000101111010101101101111101111010011010100010001000111001011011100010111101010110110111101101011110 | e9a888e5b8bd5b7de9a888e5b8bd5b7b5e |
UHC | 騈帽[}騈帽[{^ | 11011100110000001101100110110110010110110111110111011100110000001101100110110110010110110111101101011110 | dcc0d9b65b7ddcc0d9b65b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)