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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | ??怨烽∧W | 001111110011111110001001100001011110000010000010100000011100100001010111 | 3f3f8985e08281c857 |
EUC-JP | ??怨烽∧W | 001111110011111110110001111001011101111111100010101000101100101001010111 | 3f3fb1e5dfe2a2ca57 |
UTF-8 | 欌렪怨烽∧W | 11100110101011001000110011101011101000001010101011100110100000001010100011100111100000111011110111100010100010001010011101010111 | e6ac8ceba0aae680a8e783bde288a757 |
UHC | 欌렪怨烽∧W | 1110110111101011100011101011100011101010101100111101110011101011101000011111110001010111 | edeb8eb8eab3dceba1fc57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)