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{^ | 001111110111110101101011011111010011111101111101011010110111101101011110 | 3f7d6b7d3f7d6b7b5e |
SJIS-WIN | 貮}k}貮}k{^ | 1110011011000111011111010110101101111101111001101100011101111101011010110111101101011110 | e6c77d6b7de6c77d6b7b5e |
EUC-JP | 貮}k}貮}k{^ | 1110110011001001011111010110101101111101111011001100100101111101011010110111101101011110 | ecc97d6b7decc97d6b7b5e |
UTF-8 | 貮}k}貮}k{^ | 11101000101100101010111001111101011010110111110111101000101100101010111001111101011010110111101101011110 | e8b2ae7d6b7de8b2ae7d6b7b5e |
UHC | ?}k}?}k{^ | 001111110111110101101011011111010011111101111101011010110111101101011110 | 3f7d6b7d3f7d6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)