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 | ~k}~k{^ | 100101100111111001101011011111011001011001111110011010110111101101011110 | 967e6b7d967e6b7b5e |
SJIS-WIN | ?~k}?~k{^ | 001111110111111001101011011111010011111101111110011010110111101101011110 | 3f7e6b7d3f7e6b7b5e |
EUC-JP | ?~k}?~k{^ | 001111110111111001101011011111010011111101111110011010110111101101011110 | 3f7e6b7d3f7e6b7b5e |
UTF-8 | ~k}~k{^ | 1100001010010110011111100110101101111101110000101001011001111110011010110111101101011110 | c2967e6b7dc2967e6b7b5e |
UHC | ?~k}?~k{^ | 001111110111111001101011011111010011111101111110011010110111101101011110 | 3f7e6b7d3f7e6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)