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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ァ睥禺ァ睥禺^ | 1010011111100001110011001110001001011011101001111110000111001100111000100101101101011110 | a7e1cce25ba7e1cce25b5e |
EUC-JP | ァ睥禺ァ睥禺^ | 10001110101001111110001011001110111000111011110010001110101001111110001011001110111000111011110001011110 | 8ea7e2cee3bc8ea7e2cee3bc5e |
UTF-8 | ァ睥禺ァ睥禺^ | 11101111101111011010011111100111100111011010010111100111101001101011101011101111101111011010011111100111100111011010010111100111101001101011101001011110 | efbda7e79da5e7a6baefbda7e79da5e7a6ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)