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