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 | 楮[}楮[{^ | 100111101011100001011011011111011001111010111000010110110111101101011110 | 9eb85b7d9eb85b7b5e |
EUC-JP | 楮[}楮[{^ | 110111001011101001011011011111011101110010111010010110110111101101011110 | dcba5b7ddcba5b7b5e |
UTF-8 | 楮[}楮[{^ | 1110011010100101101011100101101101111101111001101010010110101110010110110111101101011110 | e6a5ae5b7de6a5ae5b7b5e |
UHC | 楮[}楮[{^ | 111011101011111101011011011111011110111010111111010110110111101101011110 | eebf5b7deebf5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)