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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治宍治宍 | 1000111010100001100011101011001110001110101000011000111010110011 | 8ea18eb38ea18eb3 |
EUC-JP | 治宍治宍 | 1011110010100011101111001011010110111100101000111011110010110101 | bca3bcb5bca3bcb5 |
UTF-8 | 治宍治宍 | 111001101011001010111011111001011010111010001101111001101011001010111011111001011010111010001101 | e6b2bbe5ae8de6b2bbe5ae8d |
UHC | 治?治? | 111101101011110100111111111101101011110100111111 | f6bd3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)