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 | 痘?荏棟 | 10010011100101110011111110001001011000001001001110001111 | 93973f8960938f |
EUC-JP | 痘?荏棟 | 11000101111101110011111110110001110000011100010111101111 | c5f73fb1c1c5ef |
UTF-8 | 痘룫荏棟 | 111001111001011110011000111010111010001110101011111010001000110110001111111001101010001110011111 | e79798eba3abe88d8fe6a39f |
UHC | 痘룫荏棟 | 1101010011100011100011111010001011101100111110111101010011010110 | d4e38fa2ecfbd4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)