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 | 治質弦治 | 1000111010100001100011101011111110001100101101111000111010100001 | 8ea18ebf8cb78ea1 |
EUC-JP | 治質弦治 | 1011110010100011101111001100000110111000101110011011110010100011 | bca3bcc1b8b9bca3 |
UTF-8 | 治質弦治 | 111001101011001010111011111010001011001110101010111001011011110010100110111001101011001010111011 | e6b2bbe8b3aae5bca6e6b2bb |
UHC | 治質弦治 | 1111011010111101111100101111010111111010110101111111011010111101 | f6bdf2f5fad7f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)