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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 依??鸚?\ | 1000100011001011001111110011111111101010010111110011111101011100 | 88cb3f3fea5f3f5c |
EUC-JP | 依??鸚?\ | 1011000011001101001111110011111111110011110000000011111101011100 | b0cd3f3ff3c03f5c |
UTF-8 | 依쏆댆鸚춓\ | 11100100101111101001110111101100100011111000011011101011100011001000011011101001101110001001101011101100101101101001001101011100 | e4be9dec8f86eb8c86e9b89aecb6935c |
UHC | 依쏆댆鸚춓\ | 1110101111101110100110111110110010001000101100001110010110100100101011010111001001011100 | ebee9bec88b0e5a4ad725c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)