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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貂ス彧」踞 | 1110011010111000101111011111101010111001101000111110011011110101 | e6b8bdfab9a3e6f5 |
EUC-JP | 貂ス彧」踞 | 1110110010111010100011101011110110001111101111001111111010001110101000111110110011110111 | ecba8ebd8fbcfe8ea3ecf7 |
UTF-8 | 貂ス彧」踞 | 111010001011001010000010111011111011110110111101111001011011110110100111111011111011110110100011111010001011100010011110 | e8b282efbdbde5bda7efbda3e8b89e |
UHC | 貂?彧?踞 | 1111010110110000001111111110100111101110001111111100101111100110 | f5b03fe9ee3fcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)