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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 陲苓「鈴寰B | 11101000101000101001011111101000101000101001011111101001100110111000111001000010 | e8a297e8a297e99b8e42 |
EUC-JP | 陲苓「鈴寰B | 1111000010100100110011101110101010001110101000101100111011101011110101011110111001000010 | f0a4ceea8ea2ceebd5ee42 |
UTF-8 | 陲苓「鈴寰B | 11101001100110011011001011101000100010111001001111101111101111011010001011101001100010001011010011100101101011111011000001000010 | e999b2e88b93efbda2e988b4e5afb042 |
UHC | ???鈴?B | 00111111001111110011111111010110110000100011111101000010 | 3f3f3fd6c23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)