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 | 治釈治釈 | 1000111010100001100011101101111110001110101000011000111011011111 | 8ea18edf8ea18edf |
EUC-JP | 治釈治釈 | 1011110010100011101111001110000110111100101000111011110011100001 | bca3bce1bca3bce1 |
UTF-8 | 治釈治釈 | 111001101011001010111011111010011000011110001000111001101011001010111011111010011000011110001000 | e6b2bbe98788e6b2bbe98788 |
UHC | 治?治? | 111101101011110100111111111101101011110100111111 | f6bd3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)