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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | 晶諶イ汐@B | 1000111110111011111110011100110011111011101010101011001010001110101011000100000001000010 | 8fbbf9ccfbaab28eac4042 |
EUC-JP | 晶?諶イ汐@B | 101111101011110100111111100011111101111010110101100011101011001010111100101011100100000001000010 | bebd3f8fdeb58eb2bcae4042 |
UTF-8 | 晶諶イ汐@B | 1110011010011001101101101110111010011100101001111110100010101011101101101110111110111101101100101110011010110001100100000100000001000010 | e699b6ee9ca7e8abb6efbdb2e6b1904042 |
UHC | 晶?諶?汐@B | 11101111110111000011111111100100101001100011111111100000101100010100000001000010 | efdc3fe4a63fe0b14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)