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 | 槽[}槽[{^ | 100100011000010101011011011111011001000110000101010110110111101101011110 | 91855b7d91855b7b5e |
EUC-JP | 槽[}槽[{^ | 110000011110010101011011011111011100000111100101010110110111101101011110 | c1e55b7dc1e55b7b5e |
UTF-8 | 槽[}槽[{^ | 1110011010100111101111010101101101111101111001101010011110111101010110110111101101011110 | e6a7bd5b7de6a7bd5b7b5e |
UHC | 槽[}槽[{^ | 111100001100101101011011011111011111000011001011010110110111101101011110 | f0cb5b7df0cb5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)